Skip to content

build(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1#413

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/github_actions/slackapi/slack-github-action-3.0.1
Open

build(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1#413
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/github_actions/slackapi/slack-github-action-3.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps slackapi/slack-github-action from 2.1.1 to 3.0.1.

Release notes

Sourced from slackapi/slack-github-action's releases.

Slack GitHub Action v3.0.1

Breaking change: Node.js 24

This major version updates the minimum GitHub Actions runtime to Node.js 24. Most GitHub-hosted runners already include this, but self-hosted runners may need to be updated.

Run Slack CLI commands in your workflows

This release introduces a new technique for running Slack CLI commands directly in GitHub Actions workflows. Use slackapi/slack-github-action/[email protected] to install the CLI and execute commands like deploy, manifest validate, and more.

Validate an app manifest on pull requests

Check that your app manifest is valid before merging changes:

- name: Validate the manifest
  uses: slackapi/slack-github-action/[email protected]
  with:
    command: "manifest validate --app ${{ vars.SLACK_APP_ID }}"
    token: ${{ secrets.SLACK_SERVICE_TOKEN }}

Deploy your app on push to main

Automate deployments whenever changes land on your main branch:

- name: Deploy the app
  uses: slackapi/slack-github-action/[email protected]
  with:
    command: "deploy --app ${{ vars.SLACK_APP_ID }} --force"
    token: ${{ secrets.SLACK_SERVICE_TOKEN }}

Any command available in the Slack CLI can be passed through the command input — just omit the slack prefix.

The token input accepts a service token for authentication. You can gather this token by running slack auth token with the Slack CLI and storing the value as a repository secret.


For full documentation on the CLI technique and other sending techniques, check out the docs 📚

Commits
  • af78098 Release
  • add1a00 chore(release): tag version 3.0.1 (#577)
  • 2bc9e7a chore: use a unique title for marketplace (#576)
  • c5d43da chore(release): tag version 3.0.0 (#575)
  • 963b979 build(deps): bump @​slack/web-api from 7.14.1 to 7.15.0 (#574)
  • 90b7328 build(deps): bump @​slack/logger from 4.0.0 to 4.0.1 (#573)
  • e45cb89 feat: support slack cli commands with composite action inputs (#560)
  • 0aed2c2 build(deps): bump https-proxy-agent from 7.0.6 to 8.0.0 (#572)
  • 4795f96 build(deps-dev): bump sinon from 21.0.1 to 21.0.2 (#571)
  • bd9e2ce build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#569)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v2.1.1...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] <[email protected]>
@dependabot dependabot bot added dependencies dependency updates usually from dependabot github_actions Pull requests that update GitHub Actions code labels Mar 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 13, 2026 06:33
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Mar 13, 2026
@dependabot dependabot bot requested review from ckulinsk and mgwoj and removed request for a team March 13, 2026 06:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the release notification workflow to use the latest major version of the Slack GitHub Action for posting release announcements to Slack.

Changes:

  • Bump slackapi/slack-github-action from v2.1.1 to v3.0.1 in the release notification step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

- name: Notify Slack - Main Message
id: main_message
uses: slackapi/slack-github-action@v2.1.1
uses: slackapi/slack-github-action@v3.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependency updates usually from dependabot github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants