Conversation
ymichael
deleted the
bb/1460-1467-dependabot-multi-major-github-actions-thr_y39p9ftmsn
branch
August 13, 2026 04:50
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.
Summary
directories:entryThis replaces #1460, #1461, #1462, #1463, #1464, #1465, #1466, and #1467.
SHA verification
All target tags were independently resolved against their upstream repositories:
actions/checkoutv7.0.13d3c42e5aac5ba805825da76410c181273ba90b1pnpm/action-setupv6.0.100977fd99725f1db4007ccb2928dbb4e90d06cc86actions/upload-artifactv7.0.1043fb46d1a93c77aae656e7c1c64a875d1fc6a0aactions/setup-nodev7.0.0820762786026740c76f36085b0efc47a31fe5020actions/cachev6.1.055cc8345863c7cc4c66a329aec7e433d2d1c52a9Breaking-change review
actions/setup-node4 → 7: safe. v5 moved the action runtime to Node 24 and enabled automatic package-manager caching; v6 limited automatic caching to npm and removedalways-auth; v7 removed the dummyNODE_AUTH_TOKEN. The cache consumers explicitly requestcache: pnpm. The npm publish job intentionally has noNODE_AUTH_TOKEN, grantsid-token: write, runs on a GitHub-hosted runner with Node 24, and upgrades npm to at least 11.5.1, so removing the dummy value preserves the trusted-publishing OIDC path.publish-bb-app.ymlwas not dispatched because its scheduled path performs a real publication.actions/checkout4 → 7: safe. v5's Node 24 runtime requirement is satisfied by the GitHub-hosted runners. v6 moved persisted credentials out of the repository into runner temp, butpersist-credentialsremains enabled and the workflows do not inspect the old storage location. The defaults used here—no submodules and shallow fetch—remain compatible. v7's fork-PR guard does not affect these workflow triggers.actions/cache4 → 6: safe. The starting v4.3.0 already used the cache service v2 migration. v5 moved to Node 24; v6 moved action internals to ESM; v6.1 improves read-only cache handling. Both call sites use explicit keys and ordered restore prefixes, with no dependency on changed internals.pnpm/action-setup4 → 6: safe. v5 moved the action runtime to Node 24 and v6 added pnpm 11 support. Every call site explicitly requests pnpm 9.15.0, matching the rootpackageManager, and keepsrun_install: false, so version inference and install behavior do not change.actions/upload-artifact4 → 7: safe. Both consumers already start on v4.6.2, after v4's immutable artifact and hidden-file changes. Each job performs one upload with its own artifact name, so it does not rely on implicit same-name merging. v5/v6's Node 24 requirement is satisfied; v7's direct-upload behavior is opt-in througharchive: false, which is not used.The intended merge order is therefore one atomic merge of this PR; there are no held upgrades or version twins left split across PRs.
Validation
pnpm exec prettier --check .github/dependabot.yml .github/actions/setup-workspace/action.yml .github/workflows/*.yml*grouppnpm exec turbo run build typecheck lint --cache-dir=.turbo/cache --output-logs=new-onlynode apps/app/scripts/check-bundle-budget.mjspnpm exec turbo run smoke:tarball --filter=bb-app --cache-dir=.turbo/cache --output-logs=new-onlyThe first all-at-once local test run had one unrelated server test exceed its 15-second timeout under contention; the complete server shard passed when rerun alone. PR CI will exercise
ci.ymlandversion-lockstep.yml. A safebuild-desktop.ymlbranch dispatch will separately exercise the macOS setup and artifact-upload path. The publish, deploy, cache-restore, and credential-cleanup paths can only be fully proven by their native GitHub-hosted runs.