feat: bump to use node20 runtime#71
Conversation
|
Mostly a duplicate of the Dependabot automated: Please rebase so we can land the important change to |
8a65bff to
fba5b0f
Compare
|
I tried to rebase, but unfortunately a new error appeared: enabling pre-commit for all repositories without creating a |
|
Thanks for rebasing @DimitriPapadopoulos . Just now, noticed the previous comment. Updated the PR title for the same. |
|
Could you create a minimal |
Merged changes from #75 for this. |
|
@peternewman @larsoner Could you have a look and merge this? |
#784) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codespell-project/actions-codespell](https://togithub.com/codespell-project/actions-codespell) | action | minor | `v2.0` -> `v2.1` | --- ### Release Notes <details> <summary>codespell-project/actions-codespell (codespell-project/actions-codespell)</summary> ### [`v2.1`](https://togithub.com/codespell-project/actions-codespell/releases/tag/v2.1) [Compare Source](https://togithub.com/codespell-project/actions-codespell/compare/v2.0...v2.1) #### What's Changed - Use v2 in README by [@​okuramasafumi](https://togithub.com/okuramasafumi) in [https://github.com/codespell-project/actions-codespell/pull/69](https://togithub.com/codespell-project/actions-codespell/pull/69) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/codespell-project/actions-codespell/pull/72](https://togithub.com/codespell-project/actions-codespell/pull/72) - Bump actions/setup-python from 4 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/codespell-project/actions-codespell/pull/74](https://togithub.com/codespell-project/actions-codespell/pull/74) - feat: bump to use node20 runtime by [@​kbdharun](https://togithub.com/kbdharun) in [https://github.com/codespell-project/actions-codespell/pull/71](https://togithub.com/codespell-project/actions-codespell/pull/71) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/codespell-project/actions-codespell/pull/76](https://togithub.com/codespell-project/actions-codespell/pull/76) #### New Contributors - [@​okuramasafumi](https://togithub.com/okuramasafumi) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/69](https://togithub.com/codespell-project/actions-codespell/pull/69) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/72](https://togithub.com/codespell-project/actions-codespell/pull/72) - [@​kbdharun](https://togithub.com/kbdharun) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/71](https://togithub.com/codespell-project/actions-codespell/pull/71) - [@​pre-commit-ci](https://togithub.com/pre-commit-ci) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/76](https://togithub.com/codespell-project/actions-codespell/pull/76) **Full Changelog**: codespell-project/actions-codespell@v2...v2.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/allenporter/flux-local). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Description:
Node12 was deleted from the runner recently. And Node 16 reaches the end of life soon on 11 Sep 2023. This PR updates the default runtime to
node20(Node 20).I have also bumped the actions/checkout version to v4 for the same. (actions/runner#2732)A major version bump might be needed after the PRs merge.