Skip to content

ci: upgrade GitHub Actions from Node.js 20 to Node.js 24#508

Open
fdcastel wants to merge 1 commit intoopenpubkey:mainfrom
fdcastel:fix/issue-494-upgrade-node20-actions
Open

ci: upgrade GitHub Actions from Node.js 20 to Node.js 24#508
fdcastel wants to merge 1 commit intoopenpubkey:mainfrom
fdcastel:fix/issue-494-upgrade-node20-actions

Conversation

@fdcastel
Copy link
Copy Markdown
Contributor

@fdcastel fdcastel commented Apr 2, 2026

Fixes #494

Upgrades the following GitHub Actions to versions that use the Node.js 24 runtime, resolving the Node.js 20 deprecation warnings:

Action From To
\golangci/golangci-lint-action\ v8.0.0 (node20) v9.2.0 (node24)
\
elease-drafter/release-drafter\ v6.1.0 (node20) v7.1.1 (node24)
\docker/setup-buildx-action\ v3.12.0 (node20) v4.0.0 (node24)
\docker/build-push-action\ v6.18.0 (node20) v7.0.0 (node24)

Upgrade the following actions to versions that use the Node.js 24 runtime:

- golangci/golangci-lint-action: v8.0.0 -> v9.2.0
- release-drafter/release-drafter: v6.1.0 -> v7.1.1
- docker/setup-buildx-action: v3.12.0 -> v4.0.0
- docker/build-push-action: v6.18.0 -> v7.0.0

Closes openpubkey#494
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.

Fix GitHub Actions Workflow warning: Node.js 20 actions are deprecated

1 participant