chore(deps): bump @actions/cache to 6.2.0#756
Merged
HarithaVattikuti merged 4 commits intoJul 16, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a4005a74-ab24-4f47-a559-e9caf4870437
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a4005a74-ab24-4f47-a559-e9caf4870437
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the action’s vendored caching client by bumping @actions/cache from ^5.1.0 to ^5.2.0 and regenerating the committed dist/ bundles so the runtime ships the updated toolkit code.
Changes:
- Bump
@actions/cacheto^5.2.0inpackage.jsonand resolvepackage-lock.jsonto@actions/cache@5.2.0. - Rebuild the
dist/setupanddist/cache-savencc bundles to embed@actions/cache@5.2.0, including new behavior aroundACTIONS_CACHE_MODEand read-denied handling. - Update the recorded dependency license metadata for
@actions/cacheto5.2.0.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates @actions/cache dependency range to ^5.2.0. |
| package-lock.json | Locks @actions/cache to 5.2.0 with updated resolved/integrity metadata. |
| dist/setup/index.js | Regenerated bundle embedding @actions/cache@5.2.0 behaviors (cache-mode gating, read-denied classification). |
| dist/cache-save/index.js | Regenerated bundle embedding @actions/cache@5.2.0 behaviors (cache-mode gating, read-denied classification). |
| .licenses/npm/@actions/cache.dep.yml | Updates tracked dependency version for licensing to 5.2.0. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/5 changed files
- Comments generated: 0
- Review effort level: Low
…p-actions-cache-5-2-0 # Conflicts: # .licenses/npm/@actions/cache.dep.yml # dist/cache-save/index.js # dist/setup/index.js # package-lock.json # package.json
Bump @actions/cache from ^6.1.0 to ^6.2.0, refresh the lockfile, rebuild the dist bundle, and update the license record. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0025a82b-5990-4c08-851c-4570aa7f7bbf
priya-kinthali
approved these changes
Jul 16, 2026
priyagupta108
approved these changes
Jul 16, 2026
HarithaVattikuti
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Bumps
@actions/cachefrom^6.1.0to^6.2.0(the currentlatestESM line) and rebuilds the vendoreddist/bundles. This branch was rebased onto currentmain, which already moved to the ESM 6.x line, so the change is now a clean6.1.0->6.2.0bump.Logical changes:
@actions/cachedependency to^6.2.0inpackage.jsonand updatepackage-lock.json(resolves to 6.2.0).dist/setupanddist/cache-savencc bundles so they embed the 6.2.0 client code..licenses/record for@actions/cacheto 6.2.0 (license text is unchanged from 6.1.0).Reference:
@actions/cache6.2.0 on npm.Related issue:
N/A
Check list: