API-5888: Upgraded actions versions to be on Node.js 24 - #50
Merged
Conversation
…p-java, gradle/actions/setup-gradle and actions/setup-dotnet versions to latest versions to be on Node.js 24
siddiquiharis
requested review from
a team,
gwalkercvent1,
michael-roscoe,
mihirkothari25,
paularmstrong-cvent and
pwils33
June 8, 2026 17:49
rajpaulbagga
approved these changes
Jun 8, 2026
michael-roscoe
approved these changes
Jun 8, 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.
API-5888: Upgraded actions/checkout, actions/setup-node, actions/setup-java, gradle/actions/setup-gradle, and actions/setup-dotnet versions to the latest versions to be on Node.js 24, as the older versions use Node.js 20, which will be EOL by June 16th, 2026, as per warnings on SDK publish jobs executions
Changes:
(v4.1.7)→ df4cb1c069e1874edd31b4311f1884172cec0e10(v6.0.3)(v4.1.0)→ 48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e(v6.4.0)(v4.7.1)→ be666c2fcd27ec809703dec50e508c2fdc7f6654(v5.2.0)(v4.4.2)→ 50e97c2cd7a37755bbfafc9c5b7cafaece252f6e(v6.1.0)(v3.3.0)→ 9a946fdbd5fb07b82b2f5a4466058b876ab72bb2(v5.3.0)The latest version of
actions/checkoutwas fetched from its official GitHub release page.. The latest version has the node-version set to 24.The latest versions of actions/setup-node, actions/setup-java, gradle/actions/setup-gradle and actions/setup-dotnet were fetched from their respective GitHub release pages. These latest versions now internally use the
actions/checkoutversion that uses node-version 24.