From bdd6eb4293601e70847ffdec7d6e24b24981f7b3 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Thu, 11 Dec 2025 14:32:58 +0000 Subject: [PATCH] update releases --- packages/cache/RELEASES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index f38178c9..49f9f248 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -2,14 +2,14 @@ ### 5.0.0 -- Remove `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning +- Remove `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning [#2188](https://github.com/actions/toolkit/pull/2188) - The `TransferProgressEvent` type is now imported from `@azure/core-rest-pipeline` instead of `@azure/ms-rest-js` - This fixes: `(node:2110) [DEP0040] DeprecationWarning: The punycode module is deprecated` -- Bump `@actions/core` from `^1.11.1` to `^2.0.0` -- Bump `@actions/exec` from `^1.0.1` to `^2.0.0` -- Bump `@actions/glob` from `^0.1.0` to `^0.5.0` -- Bump `@actions/http-client` from `^2.1.1` to `^3.0.0` -- Bump `@actions/io` from `^1.0.1` to `^2.0.0` +- Bump `@actions/core` from `^1.11.1` to `^2.0.0` [#2198](https://github.com/actions/toolkit/pull/2198) +- Bump `@actions/exec` from `^1.0.1` to `^2.0.0` [#2198](https://github.com/actions/toolkit/pull/2198) +- Bump `@actions/glob` from `^0.1.0` to `^0.5.0` [#2198](https://github.com/actions/toolkit/pull/2198) +- Bump `@actions/http-client` from `^2.1.1` to `^3.0.0` [#2198](https://github.com/actions/toolkit/pull/2198) +- Bump `@actions/io` from `^1.0.1` to `^2.0.0` [#2198](https://github.com/actions/toolkit/pull/2198) - Add support for Node.js 24 [#2110](https://github.com/actions/toolkit/pull/2110) - Add `node-fetch` override to resolve audit vulnerabilities [#2110](https://github.com/actions/toolkit/pull/2110)