chore: GitHub Actions を Node 24 対応版へ更新#29
Merged
Conversation
Node.js 20 ランナーの deprecation 警告に対応。各 action を Node 24 対応の 最新メジャーへ更新する。 - actions/checkout v4 → v7 - actions/setup-go v5 → v6 - goreleaser/goreleaser-action v6 → v7(goreleaser 本体は version: "~> v2" 据え置き) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MUNfaHdh77j6ZEA2v8oieH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
v0.5.0 の Release ワークフロー実行時に、Node.js 20 ランナーの deprecation 警告が出ていた。
参考: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
変更内容
各 action を Node 24 対応の最新メジャーへ更新する。
actions/checkoutactions/setup-gogoreleaser/goreleaser-action.github/workflows/ci.yml/.github/workflows/release.ymlversion: "~> v2"のまま据え置き(goreleaser-action のメジャー更新はランナー Node バージョン対応が主目的)確認
🤖 Generated with Claude Code
https://claude.ai/code/session_01MUNfaHdh77j6ZEA2v8oieH