Conversation
Bumped SHA pins to the latest majors: `actions/checkout` v4.4.0 to v7.0.1, `actions/cache` v4.3.0 to v6.1.0, `actions/upload-artifact` v4.6.2 to v7.0.1, `actions/download-artifact` v4.3.0 to v8.0.1, `actions/setup-node` v4.4.0 to v7.0.0, and `softprops/action-gh-release` v2.6.2 to v3.0.2. Disabled setup-node's npm auto-cache via `package-manager-cache: false` — on by default since v5 and it hard-fails without a `package-lock.json`. Grouped the `github-actions` ecosystem into a single weekly Dependabot PR. Removed the unused `claude.yml` workflow.
This was referenced Jul 30, 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.
Changes
actions/checkoutv4.4.0 → v7.0.1,actions/cachev4.3.0 → v6.1.0,actions/upload-artifactv4.6.2 → v7.0.1,actions/download-artifactv4.3.0 → v8.0.1,actions/setup-nodev4.4.0 → v7.0.0,softprops/action-gh-releasev2.6.2 → v3.0.2package-manager-cache: false— on by default since v5, and it hard-fails without apackage-lock.jsongithub-actionsecosystem into a single weekly Dependabot PR instead of one PR per actionclaude.ymlworkflowoven-sh/setup-bun(v2.2.0) andbenchmark-action/github-action-benchmark(v1.22.1) were already on their latest releases. Bun dependency caching still runs throughactions/cache—setup-bunonly caches the bun executable.Every pin was re-resolved against its tag and every input verified against the new majors'
action.yml. Breaking changes checked and cleared: download-artifact v5's by-ID path change (downloads here are by name), v8'sdigest-mismatch: errordefault, upload/download v7+v8 archive pairing (default zipped), and gh-release v3 being a pure Node 24 runtime move. All jobs run onubuntu-latest, so the 2.327.1 minimum runner version does not apply.Supersedes #144, #145, #146, #147.
Closes #149
Drafted with AI assistance