build(deps): bump actions/cache from 5.0.3 to 6.1.0 - #4359
build(deps): bump actions/cache from 5.0.3 to 6.1.0#4359dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 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@cdf6c1f...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5b233b8 to
081c75c
Compare
There was a problem hiding this comment.
Looks good, straightforward dependency bump.
What was reviewed: the single-line change to .github/workflows/ci.yml bumping the pinned commit SHA (and version comment) for actions/cache from v5.0.3 to v6.1.0 in the "Cache ESLint" step. The action is still pinned to a full commit SHA (not a mutable tag), and the cache path/key inputs are unchanged.
Extended reasoning...
Overview
The PR is a Dependabot-generated bump of the actions/cache GitHub Action used in the "Cache ESLint" step of .github/workflows/ci.yml, moving the pinned commit SHA from v5.0.3 (cdf6c1fa...) to v6.1.0 (55cc8345...), with the version comment updated to match. No other lines (cache path, cache key expression, job structure) were touched.
Security risks
None of concern. The action remains pinned to a full commit SHA rather than a mutable tag, which is the recommended supply-chain-safe pattern, so this bump does not introduce any new trust exposure beyond what already existed. The upstream release notes describe internal packaging/ESM migration changes and a fix for read-only cache token handling — nothing that changes the semantics of this workflow's cache step in a way that would be security relevant here.
Level of scrutiny
This warrants only a light review: it's a one-line, mechanical version/SHA bump in a CI config file, isolated to a non-critical caching step (ESLint cache), authored by Dependabot following its standard process. No application code, secrets, permissions, or auth logic is touched.
Other factors
No CODEOWNERS/ANTOWNERS restrictions apply, no CLAUDE.md conventions exist for this path, and the bug hunting system reported zero findings. The diff is fully self-contained and verified directly above.
Bumps actions/cache from 5.0.3 to 6.1.0.
Release notes
Sourced from actions/cache's releases.
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