github-actions: bump actions/cache from 4 to 6 - #652
Merged
Conversation
Contributor
|
@dependabot rebase |
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/cache-6
branch
from
August 4, 2026 14:07
f4ca432 to
00aa9f9
Compare
bgentry
approved these changes
Aug 4, 2026
bgentry
left a comment
Contributor
There was a problem hiding this comment.
🤖 Codex review: Approved after dependency security and compatibility review.
Upgrade
actions/cache: v4 → v6- Reviewed head:
00aa9f9184b6db27362e927cd1638a108e5d0022 - Reviewed action target:
v6→55cc8345863c7cc4c66a329aec7e433d2d1c52a9
Security review
- The reviewed v4 and v6 tags resolve to verified upstream commits, and the committed action bundles and dependency graph were inspected. v6 moves the runtime to Node 24/ESM, shrinks the production graph, and removes the old graph's reported high/moderate vulnerable paths.
- Workflow scope is unchanged: only
.eslintcacheis restored/saved under the existing branch/key isolation, with no added token permission or input expansion. - v6 still bundles
[email protected], which has three medium advisories fixed in 6.28.0. Static reachability review found the affected blob, cookie, and retry APIs unused by this action and workflow. - The Dependabot rebase changed only the base tree; the action version, tag target, workflow inputs, permissions, and execution context are unchanged, so the artifact evidence is reusable.
Compatibility verification
- Current-head GitHub JS Lint passed, exercising
actions/cache@v6on the hosted runner; JS Build/Test, release, Go, and riverui image checks also passed. npm ci --ignore-scripts— passed.npm run lint— passed.npm run test:once— passed (34 files, 233 tests).npm run build— passed.- The riverproui image failure is at AWS role assumption in an unrelated workflow path.
Residual risk
@v6is a mutable major tag, and dormant vulnerable Undici code remains bundled pending an upstream refresh. No reachable or blocking issue identified for this use.
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 from 4 to 6.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache'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 issues