From c6502bc67917a3d1004ca95a1aee7e1ab7b216c9 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Thu, 11 Dec 2025 14:33:30 +0000 Subject: [PATCH] PR number update in releases --- packages/cache/RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 49f9f248..c4095795 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -2,7 +2,7 @@ ### 5.0.0 -- Remove `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning [#2188](https://github.com/actions/toolkit/pull/2188) +- Remove `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning [#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)