Update deprecated GitHub Actions to versions already used in the project#6906
Merged
dlvenable merged 1 commit intoJun 5, 2026
Merged
Conversation
Bumps deprecated action references in workflow files to the highest SHA already pinned elsewhere in this repository: - actions/checkout v2/v4 -> v6 (de0fac2e) - actions/setup-node v2 -> v4 (49933ea5) - actions/github-script v6 -> v8 (ed597411) - peter-evans/create-pull-request v4 -> v6 (c5a78066) Two deprecated actions remain that have no newer version in this project and are not changed here: codecov/codecov-action@v1 in gradle.yml and EnricoMi/publish-unit-test-result-action@v1 in six workflows. Signed-off-by: David Venable <dlv@amazon.com>
oeyh
approved these changes
Jun 5, 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.
Summary
Bumps deprecated GitHub Actions in workflow files to the highest SHA already pinned elsewhere in this repository. No new versions are introduced — every target SHA is already trusted by another workflow.
actions/checkoutee0669bd…) and v4 (34e11487…)de0fac2e…)release.ymlactions/setup-node7c12f801…)49933ea5…)release.ymlactions/github-scriptd7906e4a…,3a2844b7…)ed597411…)license-header-comment.ymlpeter-evans/create-pull-request38e0b6e6…)c5a78066…)release.ymlThe deprecated v2/v4 versions of
actions/checkout,actions/setup-node@v2, andactions/github-script@v6use Node 16 and are no longer maintained by GitHub.Not addressed (no newer version is referenced in this repository)
These actions remain on deprecated versions but are intentionally not changed here, since the task scope was to standardize on versions already trusted in the repo:
codecov/codecov-action@v1(29386c70…) ingradle.ymlEnricoMi/publish-unit-test-result-action@v1(b9f6c61d…) ingradle.yml,gradle-build-src.yml,kafka-plugin-integration-tests.yml,kinesis-source-integration-tests.yml,opensearch-sink-opendistro-integration-tests.yml,opensearch-sink-opensearch-integration-tests.ymlThese can be addressed separately.
Test plan