chore: bump action dependencies to Node.js 24-compatible versions#21
Merged
chore: bump action dependencies to Node.js 24-compatible versions#21
Conversation
Resolves Node.js 20 deprecation warnings. All actions updated to use Node.js 24-compatible versions before the 2026-06-02 forced migration. | Action | Dep | Before | After | |--------|-----|--------|-------| | lint-sql | actions/checkout | v4 | v6 | | lint-sql | actions/setup-python | v5 | v6 | | lint-terraform | actions/checkout | v4 | v6 | | lint-terraform | hashicorp/setup-terraform | v2 | v4 | | lint-test-yarn | actions/checkout | v4 | v6 | | lint-test-yarn | actions/setup-node | v4 | v6 | | lint-test-yarn | actions/upload-artifact | v4 | v7 | | test-python | actions/checkout | v4 | v6 | | test-python | actions/setup-python | v5 | v6 | | test-python | actions/upload-artifact | v4 | v7 | | validate-terraform | actions/checkout | v4 | v6 | | validate-terraform | hashicorp/setup-terraform | v2 | v4 | Version bumps (patch): - lint-sql: 1.0.0 → 1.0.1 - lint-terraform: 1.0.0 → 1.0.1 - lint-test-yarn: 1.0.1 → 1.0.2 - test-python: 1.0.1 → 1.0.2 - validate-terraform: 1.0.0 → 1.0.1 Note: hashicorp/setup-terraform@v4 only breaking change is the Node.js 24 runtime requirement — no input/output changes.
b76ba46 to
eb44ec2
Compare
jonryser
approved these changes
Mar 12, 2026
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.
Resolves the Node.js 20 deprecation warnings. All 5 actions updated before the 2026-06-02 forced migration deadline.
lint-sqlactions/checkoutv4v6lint-sqlactions/setup-pythonv5v6lint-terraformactions/checkoutv4v6lint-terraformhashicorp/setup-terraformv2v4lint-test-yarnactions/checkoutv4v6lint-test-yarnactions/setup-nodev4v6lint-test-yarnactions/upload-artifactv4v7test-pythonactions/checkoutv4v6test-pythonactions/setup-pythonv5v6test-pythonactions/upload-artifactv4v7validate-terraformactions/checkoutv4v6validate-terraformhashicorp/setup-terraformv2v4Version bumps (patch):
lint-sql: 1.0.0 → 1.0.1lint-terraform: 1.0.0 → 1.0.1lint-test-yarn: 1.0.1 → 1.0.2test-python: 1.0.1 → 1.0.2validate-terraform: 1.0.0 → 1.0.1