chore(ci): bump actions/cache from 5 to 6 - #13
Conversation
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...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] <support@github.com>
AI AnalysisTechnical Summary This pull request updates the GitHub Actions dependency Technical Requirements and Constraints
This summary was automatically generated by AI to help with triage and may not be 100% accurate. Suggested Labels: test |
karlspace
left a comment
There was a problem hiding this comment.
Major bump, but the changelog for v6.0.0 lists exactly one change: "Update packages, migrate to ESM". No input, output or cache-key semantics changed, so nothing in our usage has to adapt.
Scope: .github/workflows/build.yml — the "💾 Cache CustomPiOS checkout" step only.
Breaking changes: none that reach us. The major is an internal ESM migration; upstream still ships v5.1.0 alongside v6.1.0, so this is not a forced move.
Compatibility check: our usage is path + key, with restore-keys deliberately absent since the CustomPiOS pin work. Both inputs are unchanged in v6.
CI: GitGuardian and the AI summary are green. Note that 📦 Build Image does not run on this PR — build.yml carries paths-ignore: .github/**, so a workflow-only change never triggers it. The bump is therefore not exercised by CI here; I am dispatching a build on main after the merge to confirm the cache step still resolves.
Related: #12 and #14 touch the same file. Merging these sequentially and re-checking mergeability in between.
Bumps actions/cache from 5 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 issuesYou can trigger a rebase of this PR 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)