docs(cache): bump to v5.0.1 and add release notes

This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 13:42:58 +00:00
parent 5ef62e14dd
commit 6fc2f678c8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# @actions/cache Releases
### 5.0.1
- Fix Node.js 24 punycode deprecation warning by updating `@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`, which eliminates the transitive dependency on `node-fetch@2``whatwg-url@5``tr46@0.0.3` that used the deprecated punycode module
### 5.0.0
- Remove `@azure/ms-rest-js` dependency [#2197](https://github.com/actions/toolkit/pull/2197)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "5.0.0",
"version": "5.0.1",
"preview": true,
"description": "Actions cache lib",
"keywords": [