chore(deps): bump softprops/action-gh-release from 2 to 3#16
chore(deps): bump softprops/action-gh-release from 2 to 3#16dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — this is a routine runtime upgrade with no behavioral changes to the release workflow. The change is a single-line version bump in a CI workflow. The v3 upgrade only moves the action runtime from Node 20 to Node 24; ubuntu-latest supports Node 24, the action's inputs/outputs are unchanged, and the rest of the workflow is untouched. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Push as Push to main
participant Checkout as actions/checkout@v6
participant Bun as oven-sh/setup-bun@v2
participant Changesets as changesets/action@v1
participant Release as softprops/action-gh-release@v3
Push->>Checkout: trigger workflow
Checkout->>Bun: setup runtime
Bun->>Bun: bun install + test
Bun->>Changesets: version / publish
Changesets-->>Changesets: "published == 'true'?"
alt published
Changesets->>Release: create GitHub Release (Node 24 runtime)
Release-->>Release: tag, name, body, files, prerelease flag
else not published
Changesets-->>Push: open/update Release PR only
end
Reviews (1): Last reviewed commit: "chore(deps): bump softprops/action-gh-re..." | Re-trigger Greptile |
Bumps softprops/action-gh-release from 2 to 3.
Release notes
Sourced from softprops/action-gh-release's releases.
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
Commits
b430933release: cut v3.0.0 for Node 24 upgrade (#670)c2e35e0chore(deps): bump the npm group across 1 directory with 7 updates (#783)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.