chore(deps): update all to v5#15
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
4f9db8f to
b4e6e85
Compare
b4e6e85 to
2ec98a0
Compare
2ec98a0 to
e02c2df
Compare
e02c2df to
a8fe5b5
Compare
a8fe5b5 to
79e1f54
Compare
79e1f54 to
64fa782
Compare
d6b3edb to
4ee8103
Compare
4ee8103 to
5d9eb8b
Compare
5d9eb8b to
b7bcd99
Compare
b7bcd99 to
9ee4b2e
Compare
9ee4b2e to
94877ff
Compare
94877ff to
369190c
Compare
369190c to
9825bad
Compare
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:
v1.9.0→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
v5Compare Source
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
Features
BREAKING CHANGES
v4Compare Source
v3.5.0Compare Source
Features
v3.4.1Compare Source
Bug Fixes
v3.4.0Compare Source
Features
v3.3.0Compare Source
Features
v3.2.0Compare Source
Features
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Bug Fixes
Features
v3.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
Using semantic-release v22. Please see release notes:
All inputs are using kebab case rather than snake. Simply update the following inputs if you are using them:
additional_packages->additional-packagesdry_run->dry-runrepository_url->repository-urltag_format->tag-formatv3Compare Source
v2.2.1Compare Source
Bug Fixes
v2.2.0Compare Source
Features
v2.1.0Compare Source
Features
v2.0.0Compare Source
Features
BREAKING CHANGES
so any dependencies specified in extends or additional_packages
that have dependency conflicts with semantic-release v19.x will
cause the action to fail.
v2Compare Source
v1.10.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
🚦 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.