Node 20非推奨アクションを一括更新#108
Merged
Merged
Conversation
…-artifact v6) Co-authored-by: Claude <noreply@anthropic.com>
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.
概要
GitHub ActionsのNode 20ランタイムが非推奨化(2026/6/16からNode 24強制、9/16にランナーから削除)。本リポジトリの共有ワークフローが各利用リポジトリで警告を発生させているため、一括更新する。
実例: fumikito/kyom のリリースで
check-tag-in-branch.yml経由の警告を確認。変更内容(21箇所 / 13ファイル)
actions/checkoutactions/setup-nodeactions/github-scriptrequire()に破壊的変更があり、php-short-open-tag.yml がrequire('fs')を使用しているため。v8はNode 24対応のみで安全actions/upload-artifact対象外(変更なし)
shivammathur/setup-php@v2,anthropics/claude-code-action@v1など: メンテされているムービングタグactions/wp-readme,actions/versioning,actions/distignore: すべてcomposite actionでNodeランタイム非依存plugin-audit.ymlのshellcheck指摘: 既存の問題で本PRとは無関係影響範囲
ubuntu-latest(GitHub-hosted)のみで、Node 24の最低ランナー要件(2.327.1)は常に満たされる。self-hostedランナーの使用なし@main参照のため、マージ後すぐ全利用リポジトリに反映される検証
actionlintで変更13ファイルすべてパス🤖 Generated with Claude Code