Skip to content

chore: bump GitHub Actions to Node.js 24 major versions - #25

Merged
eilidhmacnicol merged 1 commit into
mainfrom
chore/bump-actions-node24
Jun 5, 2026
Merged

chore: bump GitHub Actions to Node.js 24 major versions#25
eilidhmacnicol merged 1 commit into
mainfrom
chore/bump-actions-node24

Conversation

@eilidhmacnicol

Copy link
Copy Markdown
Contributor

GitHub has deprecated the Node.js 20 action runtime: workflows are force-migrated to Node 24 on 2026-06-16, and Node 20 is removed entirely on 2026-09-16.

This bumps the first-party actions still pinned to Node 20 majors to their latest Node 24 majors:

  • actions/checkout v4 → v6
  • actions/setup-python v5 → v6
  • actions/upload-artifact v4 → v7
  • actions/download-artifact v4 → v8

All of these run on Node 24 and are drop-in for the existing simple usage. Exact-pinned third-party actions (pypa/gh-action-pypi-publish, softprops/action-gh-release, astral-sh/setup-uv) were left untouched.

🤖 Generated with Claude Code

@eilidhmacnicol
eilidhmacnicol merged commit 0229f82 into main Jun 5, 2026
4 checks passed
@eilidhmacnicol
eilidhmacnicol deleted the chore/bump-actions-node24 branch June 5, 2026 12:24
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