| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bump @actions/cache from ^6.1.0 to ^6.2.0 and rebuild the vendored dist/ bundles. 6.2.0 honors ACTIONS_CACHE_MODE to skip restore/save when the effective cache-mode disallows it, and surfaces a core.warning (instead of failing the run) when the cache service denies a read/write due to token scopes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0046a2b8-0238-4ac6-93f6-70c4e60b5630
Refresh the cached licensed dependency record so the version matches the bumped @actions/cache 6.2.0. License text, summary, and homepage are unchanged; only the version field was stale, which failed the "Check licenses" CI job. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0046a2b8-0238-4ac6-93f6-70c4e60b5630
There was a problem hiding this comment.
This PR updates the action’s vendored dependency graph to ship @actions/cache@6.2.0 (and its new runtime behaviors) by bumping the npm dependency and rebuilding the committed dist/ bundles.
Changes:
| File | Description |
|---|---|
| package.json | Updates the declared @actions/cache dependency to ^6.2.0. |
| package-lock.json | Locks @actions/cache resolution to 6.2.0 and updates lockfile metadata accordingly. |
| dist/setup/index.js | Vendors updated @actions/cache runtime logic, but currently introduces a runtime ReferenceError in the save path (see comments). |
| dist/cleanup/index.js | Vendors updated @actions/cache runtime logic, but currently includes broken identifiers for read-denied handling (see comments). |
| .licenses/npm/@actions/cache.dep.yml | Updates Licensed record to @actions/cache@6.2.0. |
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description:
Bumps @actions/cache from ^6.1.0 to ^6.2.0 (the 6.x ESM line this action already uses) and rebuilds the vendored dist/ bundles so the new client behavior ships with the action.
Logical changes:
New client behaviors that ship transparently with 6.2.0:
Upstream change: published as @actions/cache 6.2.0, from actions/toolkit PR actions/toolkit#2447.
Related issue:
N/A
Check list: