Skip to content

chore: bump JS actions to Node 24 versions#4

Merged
dvystrcil merged 1 commit into
mainfrom
chore/node24-action-bumps
May 26, 2026
Merged

chore: bump JS actions to Node 24 versions#4
dvystrcil merged 1 commit into
mainfrom
chore/node24-action-bumps

Conversation

@dvystrcil
Copy link
Copy Markdown
Owner

Part of homelab#220 — fleet-wide Node 24 rollout. Mechanical bump:

- uses: actions/checkout@v4
+ uses: actions/checkout@v5

- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6

v5 of checkout (not v6) is the conservative pick — v6 changes credentials-persistence behavior which interacts with token: overrides. Same shape as homelab#219.

Runner is v2.334.0, well above the v2.327.1 minimum these versions require.

🤖 Generated with Claude Code

Clears the Node 20 deprecation annotation (June 2 default-flip,
Sept 16 removal). Same mechanical bump as homelab#219.

  actions/checkout@v4   -> @v5
  actions/setup-python@v5 -> @v6

v5 of checkout (not v6) is the conservative pick — v6 changes
credentials-persistence behavior. Tracking issue: homelab#220.
@dvystrcil dvystrcil merged commit b88d082 into main May 26, 2026
1 check passed
@dvystrcil dvystrcil deleted the chore/node24-action-bumps branch May 26, 2026 17:59
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