chore(deps): bump actions/cache/restore from 5.0.5 to 6.1.0#5117
Merged
DeepDiver1975 merged 1 commit intoJun 28, 2026
Merged
Conversation
Bumps [actions/cache/restore](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
DeepDiver1975
left a comment
Member
There was a problem hiding this comment.
Reviewed: MAJOR bump of actions/cache/restore v5.0.5 → v6.1.0.
Breaking-change check (v5 → v6):
- v6.0.0 was an internal modernization ("Update packages, migrate to ESM") and v6.1.0 adds read-only cache handling. Neither changes the public input API.
runs.usingisnode24in both v5.0.5 and v6.1.0 — no runner/Node runtime requirement change.- This Restore step uses only standard inputs (
path,key,restore-keys), all unchanged in v6, and the PR's own CI run exercised it green.
SHA pin: 55cc8345863c7cc4c66a329aec7e433d2d1c52a9 correctly resolves to tag v6.1.0.
CI: Documentation + lint checks green.
No breaking change affects this workflow. LGTM.
Note: companion PR #5116 (actions/cache/save → v6.1.0) edited the same .github/workflows/ci.yml and has already merged; this PR's change is on a non-overlapping line so it remained cleanly mergeable.
🤖 Generated with Claude Code
DeepDiver1975
approved these changes
Jun 28, 2026
DeepDiver1975
left a comment
Member
There was a problem hiding this comment.
v5→v6 is internal (ESM migration + read-only cache handling); no input-API or node24-runtime change. SHA matches v6.1.0. CI green. Non-overlapping with merged #5116.
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.
Bumps actions/cache/restore from 5.0.5 to 6.1.0.
Release notes
Sourced from actions/cache/restore's releases.
Changelog
Sourced from actions/cache/restore's changelog.
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)