Conversation
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 contains the following updates:
v4.0.1→v5.0.0Release Notes
codfish/semantic-release-action (codfish/semantic-release-action)
v5.0.0Compare Source
Features
BREAKING CHANGES
Upgraded to semantic-release v25 with breaking changes in the GitHub plugin.
Any breaking changes from v25 apply to this github action version except for
Node version requirements. Because this is a docker-based github action, the
version of node in use is defined inside of the docker image, not by the
consuming runner or your code.
@semantic-release/github v12: The GitHub plugin no longer uses the GitHub
Search API (
/search/issuesendpoint). It now uses GraphQL queries exclusivelyfor issue retrieval. This architectural change may affect issue management in
edge cases. See github plugin v12 release notes.
semantic-release v25: Upgraded from v24.2.7 to v25.0.3
npm OIDC Trusted Publishing Support: The upgrade to @semantic-release/npm v13 enables
support for npm's new OIDC-based trusted publishing. This allows publishing to npm without
long-lived access tokens by using GitHub's OIDC token provider. This is more secure and
eliminates the need to store
NPM_TOKENas a repository secret when publishing from GitHubActions. See npm documentation
for configuration details.
Node.js: Upgraded to v24.13.0 (bundled in Docker, not a breaking change for users)
@actions/core: Upgraded to v3.0.0 (internal implementation only)
could affect issue management behavior
@v5id-token: writepermission to your workflow jobNPM_TOKENsecret (you won't need it anymore!)v5uses semantic-release v25 & node v24.13.0v4uses semantic-release v24 & node v22.18.0v3uses semantic-release v22 & node v20.9v2uses semantic-release v20 & node v18.7Compare: codfish/semantic-release-action@v4.0.1...v5.0.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 05:59 AM, only on Sunday and Saturday ( * 0-5 * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.