Skip to content

Releases: archive/github-actions-slack

v3.1.0

06 Apr 18:54

Choose a tag to compare

Enable file upload to Slack. Please see docs for more information.

v3.0.1

06 Apr 15:43
9caed1e

Choose a tag to compare

Fix broken action runtime caused by ESM/CJS mismatch

Replaced ncc with esbuild and changed the bundle output to CommonJS (dist/index.cjs). The previous build produced a CJS bundle inside an ESM context, causing require is not defined errors at runtime. Source code remains ES Modules.

v3.0.0

03 Apr 21:12
fdb954e

Choose a tag to compare

Migrated the codebase from CommonJS to ES Modules to support @actions/core v3, which dropped CommonJS support.

See #87 for details.

v2.11.0

03 Apr 20:57
b1d2792

Choose a tag to compare

Moved from yarn to npm and updated all outdated dependencies (action runners + package.json)

v2.10.1

19 Jan 13:23
c643e50

Choose a tag to compare

Added missing Privacy Policy.

v2.10.0

19 Jan 13:03
a62d71a

Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

30 Jan 08:23
df8416e

Choose a tag to compare

What's Changed

Updated dependencies

  • @actions/github latest 5.1.1 ❯ 6.0.0
  • @vercel/ncc latest 0.38.0 ❯ 0.38.1
  • eslint latest 8.50.0 ❯ 8.56.0
  • eslint-config-prettier latest 9.0.0 ❯ 9.1.0
  • eslint-plugin-prettier latest 5.0.0 ❯ 5.1.3
  • prettier latest 3.0.3 ❯ 3.2.4

(Details: #70 and #73)

Updated Node Version

Upgraded from Node v16 to Node v20

(Details: #74)

Updated CodeQL Version (static code analyzer)

Upgraded CodeQL from v2 to v3

(Details: #75)

Full Changelog

v2.8.0...v2.9.0

v2.8.0

01 Oct 20:53

Choose a tag to compare

Dependency Updates:

  • @actions/core latest 1.10.0 ❯ 1.10.1
  • @vercel/ncc latest 0.36.1 ❯ 0.38.0
  • eslint latest 8.36.0 ❯ 8.50.0
  • eslint-config-prettier latest 8.8.0 ❯ 9.0.0
  • eslint-plugin-prettier latest 4.2.1 ❯ 5.0.0
  • jest latest 29.5.0 ❯ 29.7.0
  • prettier latest 2.8.7 ❯ 3.0.3

Small fixes:

  • Typo in test
  • Type on README

v2.7.0

26 Mar 20:50
d9dae40

Choose a tag to compare

What's Changed

Dev dependency updates:

  • Jest
  • Eslint
  • Ncc
  • CodeQL (github action)

Example updates:

v2.6.0

14 Oct 23:08
9ccf59f

Choose a tag to compare

What's Changed

Blocks support! Now you can send and update messages with rich / complex layout structures.

For more information about blocks: https://api.slack.com/messaging/composing/layouts

Example

image