chore(ci): GitHub Actions Node 24 마이그레이션 (Node 20 deprecation 대응)#187
Merged
Conversation
GitHub Actions runner에서 Node.js 20이 deprecated되어 2026-06-16부터 강제로 Node 24로 전환된다(2026-09-16엔 Node 20 제거). 경고 대상 액션을 Node 24 지원 메이저로 bump한다. - actions/checkout v4 → v6 - pnpm/action-setup v4 → v6 - actions/setup-node v4 → v6 - actions/create-github-app-token v1 → v3 (해당 시) - actions/github-script v7 → v9 (해당 시) - actions/upload-artifact / download-artifact v4 → v5 (해당 시) - actions/cache v4 → v5 (해당 시) - actions/configure-pages v5 → v6, upload-pages-artifact v3 → v5, deploy-pages v4 → v5 (해당 시) 각 to 버전은 해당 액션 repo action.yml using: 필드에서 node24 직접 확인. changesets/action은 v1(v1.9.0)이 이미 node24라 유지. docker/cloudflare/bun 액션은 Node 20 경고 대상이 아니라 범위 밖.
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 runner에서 Node.js 20이 deprecated됐다. 2026-06-16부터 강제로 Node 24로 전환되고, 2026-09-16엔 runner에서 Node 20이 제거된다. 워크플로 로그에 경고가 떠서 영향받는 액션을 Node 24 지원 메이저로 올린다.
기계적 버전 문자열 bump만 — 로직·들여쓰기 변경 없음.
변경 (이 repo의 워크플로에 등장하는 것만)
actions/checkoutpnpm/action-setupactions/setup-nodeactions/create-github-app-tokenactions/github-scriptactions/upload-artifact/download-artifactactions/cacheactions/configure-pagesactions/upload-pages-artifactactions/deploy-pages각 to 버전은 해당 액션 repo의
action.ymlusing:필드(현 default branch)에서 node24를 직접 확인.유지(범위 밖):
changesets/action@v1(v1.9.0이 이미 node24),docker/*·cloudflare/*·oven-sh/*(Node 20 경고 대상 아님).