From 5ef62e14ddce9095146d15665b9341f1f0c6e9be Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Fri, 12 Dec 2025 13:41:31 +0000 Subject: [PATCH 1/2] fix(cache): update @azure/storage-blob to ^12.29.1 to fix punycode deprecation - Updated @azure/storage-blob from ^12.13.0 to ^12.29.1 - Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http - Fixes Node.js 24 deprecation warning for punycode module --- packages/cache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache/package.json b/packages/cache/package.json index ea5077f1da..d82d249e98 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -45,7 +45,7 @@ "@actions/io": "^2.0.0", "@azure/abort-controller": "^1.1.0", "@azure/core-rest-pipeline": "^1.22.0", - "@azure/storage-blob": "^12.13.0", + "@azure/storage-blob": "^12.29.1", "semver": "^6.3.1" }, "devDependencies": { From 74ac6db523cde1ab27a9433fa343f72f4fb2a66a Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Fri, 12 Dec 2025 14:05:14 +0000 Subject: [PATCH 2/2] fix(cache): update @azure/storage-blob to ^12.29.1 to address punycode deprecation --- packages/cache/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index 1d9f9ce990..2fc455fcfa 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -16,7 +16,7 @@ "@actions/io": "^2.0.0", "@azure/abort-controller": "^1.1.0", "@azure/core-rest-pipeline": "^1.22.0", - "@azure/storage-blob": "^12.13.0", + "@azure/storage-blob": "^12.29.1", "@protobuf-ts/runtime-rpc": "^2.11.1", "semver": "^6.3.1" },