From cc6abe3c3a1f562b496ece3cf1b902783178ba4d Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Thu, 11 Dec 2025 14:34:58 +0000 Subject: [PATCH] chore(releases): update release notes for v5.0.0 to remove punycode deprecation warning --- packages/cache/RELEASES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index c4095795..294c9475 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -2,9 +2,8 @@ ### 5.0.0 -- Remove `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning [#2197](https://github.com/actions/toolkit/pull/2197) +- Remove `@azure/ms-rest-js` dependency [#2197](https://github.com/actions/toolkit/pull/2197) - 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` [#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)