Skip to content

chore(deps): update slackapi/slack-github-action action to v3#1066

Open
renovate[bot] wants to merge 1 commit intomainfrom
r-slackapi-slack-github-action
Open

chore(deps): update slackapi/slack-github-action action to v3#1066
renovate[bot] wants to merge 1 commit intomainfrom
r-slackapi-slack-github-action

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 13, 2026

This PR contains the following updates:

Package Type Update Change
slackapi/slack-github-action action major v2.1.1v3.0.2

Release Notes

slackapi/slack-github-action (slackapi/slack-github-action)

v3.0.2

Compare Source

v3.0.1: Slack GitHub Action v3.0.1

Compare Source

What's Changed

Alongside the breaking changes of @v3.0.0 and a new technique to run Slack CLI commands, we tried the wrong name to publish to the GitHub Marketplace 🐙 This action is now noted as The Slack GitHub Action in listings 🎶 ✨

🎨 Maintenance

Full Changelog: slackapi/slack-github-action@v3.0.0...v3.0.1

v3

Compare Source

v3.0

Compare Source

v3.0.0: Slack GitHub Action v3.0.0

Compare Source

The @v3.0.0 release had a hiccup on publish and we recommend using @​v3.0.1 or a more recent version when updating! Oops!

🎽 Running Slack CLI commands and the active Node runtime, both included in this release 👟 ✨

⚠️ Breaking change: Node.js 24 the runtime

This major version updates the GitHub Actions required runtime to Node.js 24. Most GitHub-hosted runners already include this, but self-hosted runners may need to be updated ahead of planned deprecations of Node 20 on GitHub Actions runners.

📺 Enhancement: Run Slack CLI commands

This release introduces a new technique for running Slack CLI commands directly in GitHub Actions workflows. Use this to install the latest version (or a specific one) of the CLI and execute commands like deploy for merges to main, manifest validate with tests, and other commands.

Gather a token using the following CLI command to store with repo secrets, then get started with an example below:

$ slack auth token
🧪 Validate an app manifest on pull requests

Check that your app manifest is valid before merging changes:

🔗 https://docs.slack.dev/tools/slack-github-action/sending-techniques/running-slack-cli-commands/validate-a-manifest

- name: Validate the manifest
  uses: slackapi/slack-github-action/cli@v3.0.0
  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:

🔗 https://docs.slack.dev/tools/slack-github-action/sending-techniques/running-slack-cli-commands/deploy-an-app

- name: Deploy the app
  uses: slackapi/slack-github-action/cli@v3.0.0
  with:
    command: "deploy --app ${{ vars.SLACK_APP_ID }} --force"
    token: ${{ secrets.SLACK_SERVICE_TOKEN }}

Any Slack CLI command can be passed through the command option without 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.

The latest Slack CLI version is used by default, but a specific one can be set with the version input.


🏆 Huge thanks to @​ewanek1 for explorations and prototypes toward the scripted CLI technique!

For full documentation on the CLI technique, check out the docs and explore the related pages 📚

What's Changed

👾 Enhancements
📚 Documentation
🧰 Maintenance
🎁 Dependencies

👋 New Contributors

Full Changelog: slackapi/slack-github-action@v2.1.1...v3.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 13, 2026 07:00 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch 2 times, most recently from 3fb7b88 to fb20e43 Compare March 14, 2026 20:26
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 14, 2026 20:26 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch 2 times, most recently from a71f49e to 9730f25 Compare March 17, 2026 02:22
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 17, 2026 02:22 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 9730f25 to 90379bf Compare March 17, 2026 06:06
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 17, 2026 06:06 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 90379bf to c657b2e Compare March 17, 2026 10:45
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 17, 2026 10:45 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from c657b2e to a592a40 Compare March 17, 2026 14:40
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 17, 2026 14:40 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch 3 times, most recently from a277e66 to 3e9dfc5 Compare March 24, 2026 12:55
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch 2 times, most recently from f6970a1 to 787a155 Compare March 26, 2026 10:09
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 26, 2026 10:09 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch 2 times, most recently from f973bf5 to 512a68b Compare March 30, 2026 12:53
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 30, 2026 12:53 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 512a68b to d633767 Compare March 30, 2026 15:16
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 30, 2026 15:16 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from d633767 to 02d23c2 Compare March 30, 2026 15:24
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action March 30, 2026 15:24 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch 2 times, most recently from 0a71a54 to 22c0a57 Compare March 31, 2026 16:22
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 6, 2026 22:44 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 1b673bb to 6fa9537 Compare April 7, 2026 12:33
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 7, 2026 12:33 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 6fa9537 to 4ef26c4 Compare April 7, 2026 14:52
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 7, 2026 14:52 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 4ef26c4 to dac3b00 Compare April 8, 2026 10:07
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 8, 2026 10:07 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from dac3b00 to 30301a1 Compare April 8, 2026 14:50
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 8, 2026 14:50 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch 2 times, most recently from 56f8fed to e1f5e5d Compare April 9, 2026 10:03
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 9, 2026 10:04 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from e1f5e5d to 2ab9cf6 Compare April 9, 2026 10:09
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 9, 2026 10:09 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 2ab9cf6 to bcc1658 Compare April 9, 2026 11:23
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 9, 2026 11:23 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from bcc1658 to ad94b77 Compare April 9, 2026 12:16
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 9, 2026 12:16 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from ad94b77 to 8509f2b Compare April 9, 2026 12:18
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 9, 2026 12:18 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 8509f2b to 73f39df Compare April 10, 2026 12:16
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 10, 2026 12:16 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 73f39df to 6b0a244 Compare April 10, 2026 12:21
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 10, 2026 12:21 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 6b0a244 to abe6206 Compare April 10, 2026 14:10
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 10, 2026 14:10 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from abe6206 to 8d0ca41 Compare April 10, 2026 14:47
@aem-code-sync aem-code-sync Bot temporarily deployed to r-slackapi-slack-github-action April 10, 2026 14:47 Inactive
@renovate renovate Bot force-pushed the r-slackapi-slack-github-action branch from 8d0ca41 to bb79e22 Compare April 13, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants