From 6bbe26ed1bb43b14c6e74f4177a4795450997120 Mon Sep 17 00:00:00 2001 From: Jason Ginchereau Date: Wed, 17 Jun 2026 14:02:32 -0700 Subject: [PATCH] Bump cache package to v6.1.0, update RELEASES.md --- packages/cache/RELEASES.md | 8 ++++++-- packages/cache/package-lock.json | 4 ++-- packages/cache/package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 5d01a36141..cc9e33a202 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -1,5 +1,9 @@ # @actions/cache Releases +## 6.1.0 + +- Handle cache write error due to read-only token: detect the `cache write denied:` prefix on cache reservation failures and surface it as a `core.warning` (without failing the run). + ## 6.0.1 - Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)): @@ -262,11 +266,11 @@ Read more about the change & access the migration guide: [reference to the annou ## 0.2.1 - Fix to await async function getCompressionMethod - + ## 0.2.0 - Fixes issues with the zstd compression algorithm on Windows and Ubuntu 16.04 [#469](https://github.com/actions/toolkit/pull/469) - + ## 0.1.0 - Initial release diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index fec113cf74..92530faf35 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "6.0.1", + "version": "6.1.0", "license": "MIT", "dependencies": { "@actions/core": "^3.0.1", diff --git a/packages/cache/package.json b/packages/cache/package.json index 6cce7b88a6..209212de77 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "6.0.1", + "version": "6.1.0", "description": "Actions cache lib", "keywords": [ "github",