Skip to content

chore: Update outdated GitHub Actions versions - #4778

Open
pgoslatara wants to merge 1 commit into
slab:mainfrom
pgoslatara:actup/update-actions-1770149607
Open

chore: Update outdated GitHub Actions versions#4778
pgoslatara wants to merge 1 commit into
slab:mainfrom
pgoslatara:actup/update-actions-1770149607

Conversation

@pgoslatara

Copy link
Copy Markdown

This PR updates outdated GitHub Action versions.

  • Updated actions/setup-node from v4 to v6 in .github/workflows/release.yml
  • Updated actions/checkout from v4 to v6 in .github/workflows/release.yml
  • Updated actions/upload-artifact from v4 to v6 in .github/workflows/release.yml
  • Updated actions/checkout from v4 to v6 in .github/workflows/changelog.yml
  • Updated actions/setup-node from v4 to v6 in .github/workflows/changelog.yml
  • Updated actions/setup-node from v3 to v6 in .github/workflows/_test.yml
  • Updated actions/checkout from v3 to v6 in .github/workflows/_test.yml

@pgoslatara
pgoslatara marked this pull request as ready for review February 3, 2026 20:31
@0xLeif

0xLeif commented Jul 23, 2026

Copy link
Copy Markdown

Review (via AI-assisted code review): APPROVE

Verified the version bumps in .github/workflows/_test.yml, changelog.yml, and release.yml:

  • actions/checkout@v6, actions/setup-node@v6, and actions/upload-artifact@v6 all exist (the v6 major line, running on the Node 24 runtime). setup-node@v6 remains compatible with node-version: 20 as used here.
  • Changes are pure uses: version bumps — no YAML structural changes; with: blocks and job syntax are intact.
  • PR is based on the current main base SHA, so no staleness concerns.

(Note: submitted as a comment because formal PR review submission is blocked by the org's OAuth App access restrictions.)

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.

2 participants