Skip to content

CI: bump GitHub Actions to latest versions - #18

Merged
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:ci/bump-actions-versions
Aug 5, 2026
Merged

CI: bump GitHub Actions to latest versions#18
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:ci/bump-actions-versions

Conversation

@jnasbyupgrade

@jnasbyupgrade jnasbyupgrade commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout to v7 (from v4/v5) across all three workflow files (ci.yml, claude-code-review.yml, claude.yml):

  • actions/checkout@v4 -> actions/checkout@v7
  • actions/checkout@v5 -> actions/checkout@v7

Motivation: the old pins were triggering GitHub's Node.js 20 deprecation warning on every run (older actions/checkout majors still target Node 20, which Actions now runs under Node 24 via a compatibility shim). This PR doesn't do anything with Node.js itself — bumping the action version is what clears the warning, as a side effect of moving to a release built against a current Node runtime.

Verified clean: the CI check (plain pull_request trigger, runs this PR's own branch) shows zero Node 20 warnings.

Expected exception: the Claude Code Review check will still show the warning here, because claude-code-review.yml runs on pull_request_target, which always executes the workflow file from master — not this PR's branch. Since this PR's own fix to that file hasn't merged yet, that check can't reflect it on itself. Not a sign the fix is incomplete; verification requires a subsequent PR after this merges.

actions/checkout and other pinned actions had drifted behind their
latest published major version, triggering Node.js deprecation warnings
in CI logs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: f13d1fb5-83fa-4020-bf86-a50317cde4bb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jnasbyupgrade jnasbyupgrade changed the title ci: bump GitHub Actions to latest versions CI: bump GitHub Actions to latest versions Aug 5, 2026
@jnasbyupgrade
jnasbyupgrade merged commit 1f5cacf into Postgres-Extensions:master Aug 5, 2026
14 of 15 checks passed
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