-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warning due to Node 16 #357
Comments
Thanks @Piedone . We'll add it to our plan. |
Thank you! |
cc/ @manidharanupoju24 (Another action that will need updating when a new Node 20 version is released). |
A new version will be released soon or just the current will be updated? |
also interested in this update |
Azure are a bunch of slowpokes and haven't updated theirs yet: Azure/login#357 Azure/aci-deploy#75
anyone maintaining this action? |
Please, prioritize this upgrade task. This action is used by tenth of thousands of different projects, and deprecation has been announced in 09/2023. |
@YanaXu can we prioritize this ? Thank you |
Would be great to get this solved. 🙏 |
…310) ### Summary & Motivation All GitHub Actions used in the project are updated to their latest versions, a move primarily motivated by the deprecation of Node.js version 16. The updates include transitioning from: - actions/checkout@v3 to actions/checkout@v4 - actions/download-artifact@v3 to actions/download-artifact@v4 - actions/upload-artifact@v3 to actions/upload-artifact@v4 - docker/setup-buildx-action@v2 to docker/setup-buildx-action@v3 - actions/setup-dotnet@v3 to actions/setup-dotnet@v4 - actions/setup-java@v3 to actions/setup-java@v4 However, azure/login@v1 remains unchanged as it awaits an update for Node.js 20 compatibility, as discussed in Azure/login#357. ### Checklist - [x] I have added a Label to the pull-request - [x] I have added tests, and done manual regression tests - [x] I have updated the documentation, if necessary
Thanks for the feedback and your patience, there are some challenges related to this that we need to solve as we address this issue. We will prioritize this work in our upcoming sprints and will report our ETA shortly. |
Can you elaborate @dcaro? Because it looks like its literally as simple as changing It seems like just slapping a v2 onto it could help, no? |
For anyone that needs some guidance, our team at @contessahealth has made the necessary changes and validated the deprecation warning is fixed in our own pipeline using this commit contessahealth@4ffff95. I don't recommend anyone point directly at this repository as it will potentially be deleted once the upstream is updated; however, this can at least give you some direction on how to do this in your own fork as a stopgap. You will need to build a release in the branch you target as well. It also validates @justinmchase comment above that this is an extremely simple change. |
does anybody else see the irony in all this? |
Ran a test this morning to confirm this. I'm still getting a warning. Do we need to flip a version number or something? |
Doesn't look like the tags have been updated. |
@YanaXu - could we have those tags updated, please? |
Any ETA on release? |
Hi @martincostello , @tlchaffi , @onionhammer , we're working on this and the PR is merged. Please wait for the release. |
@YanaXu |
Hi @ViktorDronov , we're testing it offline and working on the release date. It will happen soon. Please be patient for a few more days. |
Thread bump to make sure the issue doesn't go stale. @YanaXu any update on the QA cycle, and an ETA? |
Hi @tim-chaffin, we'll release it next week. |
Nudge @YanaXu |
It's out |
Good call out @onionhammer , I didn't see the new tag. For anyone who finds this issue, the fix was released here: https://github.com/Azure/login/releases/tag/v2.0.0 |
Perhaps you can nudge your colleagues here? Azure/webapps-deploy#372 |
…#310) ### Summary & Motivation All GitHub Actions used in the project are updated to their latest versions, a move primarily motivated by the deprecation of Node.js version 16. The updates include transitioning from: - actions/checkout@v3 to actions/checkout@v4 - actions/download-artifact@v3 to actions/download-artifact@v4 - actions/upload-artifact@v3 to actions/upload-artifact@v4 - docker/setup-buildx-action@v2 to docker/setup-buildx-action@v3 - actions/setup-dotnet@v3 to actions/setup-dotnet@v4 - actions/setup-java@v3 to actions/setup-java@v4 However, azure/login@v1 remains unchanged as it awaits an update for Node.js 20 compatibility, as discussed in Azure/login#357. ### Checklist - [x] I have added a Label to the pull-request - [x] I have added tests, and done manual regression tests - [x] I have updated the documentation, if necessary
Node 16 is now deprecated. Because of this, when using this action, you'll see warnings.
Please update the action to Node 20.
The text was updated successfully, but these errors were encountered: