Update softprops/action-gh-release action to v3#167
Conversation
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:32: Double quote to prevent globbing and word splitting [shellcheck]
webhook-sender/.github/workflows/ci.yml
Line 76 in 1edea1f
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:5:21: Double quote to prevent globbing and word splitting [shellcheck]
webhook-sender/.github/workflows/ci.yml
Line 82 in 1edea1f
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:3:13: Double quote to prevent globbing and word splitting [shellcheck]
webhook-sender/.github/workflows/ci.yml
Line 94 in 1edea1f
There was a problem hiding this comment.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:3:29: Double quote to prevent globbing and word splitting [shellcheck]
webhook-sender/.github/workflows/ci.yml
Line 94 in 1edea1f
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
property "dockerimage" is not defined in object type {dockerarch: string; ghimage: string; mcarch: string} [expression]
webhook-sender/.github/workflows/ci.yml
Line 226 in 1edea1f
There was a problem hiding this comment.
shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]
webhook-sender/.github/workflows/ci.yml
Line 282 in 1edea1f
There was a problem hiding this comment.
shellcheck reported issue in this script: SC2046:warning:2:3: Quote this to prevent word splitting [shellcheck]
webhook-sender/.github/workflows/ci.yml
Line 282 in 1edea1f
This PR contains the following updates:
v2.6.1→v3.0.0Release Notes
softprops/action-gh-release (softprops/action-gh-release)
v3.0.0Compare Source
3.0.0is a major release that moves the action runtime from Node 20 to Node 24.Use
v3on GitHub-hosted runners and self-hosted fleets that already support theNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on
v2.6.2.What's Changed
Other Changes 🔄
@types/nodeto the Node 24 line and allow future Dependabot updatesv3;v2remains pinned to the latest2.xreleasev2.6.2Compare Source
What's Changed
Other Changes 🔄
Full Changelog: softprops/action-gh-release@v2...v2.6.2
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.