Mike McCready
Mike McCready
I opened the issue here, because issues are not enabled on the https://github.com/cypress-io/action-semantic-pull-request repo. The next step would be to create a PR on https://github.com/cypress-io/action-semantic-pull-request repo to sync to `v5`....
The deadline for this issue is the vague date of "summer 2023" according to https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
There is a new deadline posted in https://github.blog/changelog/2023-05-04-github-actions-all-actions-will-run-on-node16-instead-of-node12/ Following on from our [warning in workflows using Node 12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/), we will start enforcing the use of Node16 rather than Node12 on...
My understanding is that, beginning ~~today May 18~~June 14, 2023, GitHub will start running all JavaScript actions using Node16, even if they have specified they want to run on Node12....
GitHub moved the deadline to June 14, 2023. See reposted version of https://github.blog/changelog/2023-05-04-github-actions-all-actions-will-run-on-node16-instead-of-node12
https://github.com/cypress-io/cypress-example-kitchensink/actions no longer shows a deprecation notice regarding Node.js `12`. For example job [5373734601](https://github.com/cypress-io/cypress-example-kitchensink/actions/runs/5373734601). This means that the workflow is successfully running under the forced version Node.js `16` despite the...
The deprecation warning has been re-instated: > The following actions uses node12 which is deprecated and will be forced to run on node16: cypress-io/action-semantic-pull-request@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ so I'm...
There is a new announcement on https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ At this time `node12` actions are forced to run under `node16`. By early next year 2024 all actions will be forced to run...
The workflow [semantic-pull-request.yml](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/.github/workflows/semantic-pull-request.yml) currently provokes two deprecation warnings, here displayed first as a screenshot:  and here as text with hyperlinks: 1. > [Lint Title](https://github.com/cypress-io/cypress-example-kitchensink/actions/runs/7691571256/job/20957087692) Node.js 16 actions are deprecated....
The GitHub blog post [GitHub Actions; All Actions will run on Node20 instead of Node16 by default](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) announces that all actions are forced to run under Node.js `20` starting on...