[PL-61] GitHub Actions Node 20 런타임 지원 종료 대응#3
Closed
chankoo wants to merge 1 commit into
Closed
Conversation
Bump actions running on Node 20/16 to Node 24-capable versions ahead of the runner default switch (2026-06-16) and Node 20 removal (2026-09-16): - actions/checkout v3 -> v5 - actions/setup-python v4 -> v6 - orgoro/coverage v3.1 -> v3.3.1 - release-drafter/release-drafter v5 -> v7
Author
|
미사용 레포로 보임 |
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-06-16 Node 24 기본 전환 / 2026-09-16 Node 20 제거). JavaScript 액션은 러너 Node 런타임으로 실행되므로, Node 20(및 더 오래된 node16/12)으로 동작하던 액션을 Node 24 지원 버전으로 상향합니다.
변경 사항 (Node 24 지원 최소 메이저)
actions/checkoutactions/setup-pythonorgoro/coveragerelease-drafter/release-drafter검증
참고