build(deps): Bump slackapi/slack-github-action from 1.23.0 to 3.0.1#854
Conversation
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.0 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.23.0...v3.0.1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| steps: | ||
| - name: Notify Slack upon pre-release | ||
| uses: slackapi/slack-github-action@v1.23.0 | ||
| uses: slackapi/slack-github-action@v3.0.1 |
There was a problem hiding this comment.
Webhook config incompatible with v3 action inputs
High Severity
The bump from v1 to v3 is a breaking change. In v3, SLACK_WEBHOOK_URL and SLACK_WEBHOOK_TYPE are no longer read from environment variables. They must be passed as with input parameters named webhook and webhook-type (with value incoming-webhook in lowercase). The current configuration will cause the Slack notification step to fail silently or error out because the action never receives the webhook URL or type.
Additional Locations (1)
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps slackapi/slack-github-action from 1.23.0 to 3.0.1.
Release notes
Sourced from slackapi/slack-github-action's releases.
... (truncated)
Commits
af78098Releaseadd1a00chore(release): tag version 3.0.1 (#577)2bc9e7achore: use a unique title for marketplace (#576)c5d43dachore(release): tag version 3.0.0 (#575)963b979build(deps): bump@slack/web-apifrom 7.14.1 to 7.15.0 (#574)90b7328build(deps): bump@slack/loggerfrom 4.0.0 to 4.0.1 (#573)e45cb89feat: support slack cli commands with composite action inputs (#560)0aed2c2build(deps): bump https-proxy-agent from 7.0.6 to 8.0.0 (#572)4795f96build(deps-dev): bump sinon from 21.0.1 to 21.0.2 (#571)bd9e2cebuild(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#569)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)Note
Medium Risk
Updates the Slack notification GitHub Action from
v1.23.0tov3.0.1(major version), which may introduce breaking behavior/runtime changes that could cause release/prerelease Slack alerts to fail.Overview
Updates the release and pre-release GitHub Actions workflows to use
slackapi/slack-github-action@v3.0.1instead ofv1.23.0for the Slack webhook notification step, leaving the payload/inputs otherwise unchanged.Written by Cursor Bugbot for commit 0ffa6dc. This will update automatically on new commits. Configure here.