Update semantic-release-action to v3#712
Merged
jaffrepaul merged 1 commit intoJan 9, 2023
Merged
Conversation
semantic-release-action must not use semantic-release v20 which is incompatible
Collaborator
Author
This was referenced Jan 9, 2023
kodiakhq Bot
referenced
this pull request
in weareinreach/InReach
Jan 11, 2023
) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cypress-io/github-action](https://togithub.com/cypress-io/github-action) | action | patch | `v5.0.4` -> `v5.0.5` | --- ### Release Notes <details> <summary>cypress-io/github-action</summary> ### [`v5.0.5`](https://togithub.com/cypress-io/github-action/releases/tag/v5.0.5) [Compare Source](https://togithub.com/cypress-io/github-action/compare/v5.0.4...v5.0.5) **Docs/Tooling Updates** - [https://github.com/cypress-io/github-action/pull/692](https://togithub.com/cypress-io/github-action/pull/692) - [https://github.com/cypress-io/github-action/pull/695](https://togithub.com/cypress-io/github-action/pull/695) **Update Tests** - [https://github.com/cypress-io/github-action/pull/698](https://togithub.com/cypress-io/github-action/pull/698) - [https://github.com/cypress-io/github-action/pull/700](https://togithub.com/cypress-io/github-action/pull/700) **Update Dependencies** - [https://github.com/cypress-io/github-action/pull/712](https://togithub.com/cypress-io/github-action/pull/712) - [https://github.com/cypress-io/github-action/pull/716](https://togithub.com/cypress-io/github-action/pull/716) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach). PR-URL: #154 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
This PR resolves the show-stopper issue #711 "main / release fails with Error [ERR_REQUIRE_ESM]" which was caused by the semantic-release v20.0.0 on Jan 6, 2023. The new semantic-release v20 contains breaking changes related to ESM-only and minimum Node.js 18 and it is currently used by default by main.yml, since no version is specified.
In this PR main.yml is updated to use cycjimmy/semantic-release-action v3 instead of v2.
This resolves the issue because cycjimmy/semantic-release-action v3 defaults to using the compatible semantic-release v19.0.5. The v3 version of this action specifies a working default, whereas the previous v2 version did not do this.
Until this PR is merged, it will not be possible to release any new versions of GHA.