Skip to content

Consolidate the open Dependabot action bumps - #6

Merged
gandarfh merged 1 commit into
mainfrom
chore/bump-github-actions
Jul 27, 2026
Merged

Consolidate the open Dependabot action bumps#6
gandarfh merged 1 commit into
mainfrom
chore/bump-github-actions

Conversation

@gandarfh

Copy link
Copy Markdown
Contributor

Consolidates the two open Dependabot pull requests. Neither carries a security
advisory — there are no open Dependabot alerts in this repository — but the CI
had drifted a major or more behind across the board, and merging them one at a
time means two passes over the same file.

actions/checkout v4 -> v7 and actions/setup-node v4 -> v7.

Dependabot proposed the target majors it knew about when each pull request was
opened; where a newer major has landed since, the action goes to its current
release rather than to a version that is already behind.

Every major in this range is a Node runtime bump (node20 -> node24, requiring
runner v2.327.1, which the hosted runners are past) plus an ESM migration
internal to the action. setup-node v5 also began caching automatically when
package.json declares a packageManager field, and v6 narrowed that to npm;
no package.json here declares one, so the behavior is unchanged. Every step
passes only its version input, so no removed or renamed input applies.

Both open Dependabot pull requests moved one action of a CI that had
drifted a major or more behind, so they land together instead of as two
merges of the same file.

actions/checkout v4 -> v7 and actions/setup-node v4 -> v7. Every major
in this range is a Node runtime bump (node20 -> node24, requiring runner
v2.327.1, which the hosted runners are past) plus an ESM migration
internal to the action. setup-node v5 also began caching automatically
when package.json declares a packageManager field, and v6 narrowed that
to npm; no package.json here declares one, so the behavior is unchanged.

Claude-Session: https://claude.ai/code/session_017mpHcHkfU5KmGntTgWwrvD
@gandarfh
gandarfh merged commit a4a0a2c into main Jul 27, 2026
4 checks passed
@gandarfh
gandarfh deleted the chore/bump-github-actions branch July 27, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant