-
Notifications
You must be signed in to change notification settings - Fork 563
update configure-aws-credentials to use node24 #1593
Copy link
Copy link
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue still needs to be triagedThis issue still needs to be triaged
Description
Describe the feature
Node20 will EOL 2026-04-30 according to release schedule. Update configure-aws-credentials action to use node24 instead of node20 before that date.
Use Case
Needed to keep up-to-date with latest security and bug fixes of a supported node release.
Proposed Solution
Similar to how #839 was addressed.
Other Information
See github blog post:
For Actions maintainers: Update your actions to run on Node24 instead of Node20
Update to node24 will require users of github hosted runners to use version v2.237.1 or later.
Also see related dependabot PR that brings in updates in preparation for node20 EOL: aws-actions/aws-secretsmanager-get-secrets#286
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue still needs to be triagedThis issue still needs to be triaged