Skip to content

Releases: peter-evans/create-or-update-comment

Create or Update Comment v4.0.0

25 Jan 11:47
71345be
Compare
Choose a tag to compare

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

  • build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #273
  • build(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #274
  • build(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.4.3 by @dependabot in #276
  • build(deps-dev): bump @types/node from 18.18.5 to 18.18.6 by @dependabot in #277
  • build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #275
  • build(deps-dev): bump eslint-plugin-jest from 27.4.3 to 27.6.0 by @dependabot in #278
  • build(deps-dev): bump @types/node from 18.18.6 to 18.18.8 by @dependabot in #279
  • build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by @dependabot in #280
  • build(deps-dev): bump @types/node from 18.18.8 to 18.18.9 by @dependabot in #281
  • build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by @dependabot in #282
  • build(deps-dev): bump @types/node from 18.18.9 to 18.18.12 by @dependabot in #283
  • build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by @dependabot in #284
  • build(deps-dev): bump @types/node from 18.18.12 to 18.18.13 by @dependabot in #285
  • build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by @dependabot in #286
  • build(deps-dev): bump @types/node from 18.18.13 to 18.19.2 by @dependabot in #287
  • build(deps): bump chuhlomin/render-template from 1.8 to 1.9 by @dependabot in #288
  • build(deps-dev): bump @types/node from 18.19.2 to 18.19.3 by @dependabot in #289
  • build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #290
  • build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 by @dependabot in #292
  • build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #293
  • build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #295
  • build(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.2 by @dependabot in #296
  • build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 by @dependabot in #297
  • build(deps-dev): bump @types/node from 18.19.3 to 18.19.4 by @dependabot in #298
  • build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by @dependabot in #299
  • build(deps-dev): bump @types/node from 18.19.4 to 18.19.6 by @dependabot in #300
  • build(deps-dev): bump prettier from 3.1.1 to 3.2.3 by @dependabot in #301
  • build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 by @dependabot in #302
  • build(deps-dev): bump @types/node from 18.19.6 to 18.19.7 by @dependabot in #303
  • build(deps-dev): bump @types/node from 18.19.7 to 18.19.8 by @dependabot in #304
  • build(deps-dev): bump prettier from 3.2.3 to 3.2.4 by @dependabot in #305
  • feat: update runtime to node 20 by @peter-evans in #306

Full Changelog: v3.1.0...v4.0.0

Create or Update Comment v3.1.0

19 Oct 15:30
23ff157
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

Create or Update Comment v3.0.2

08 Jun 06:58
c6c9a1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

Create or Update Comment v3.0.1

02 May 01:10
ca08ebd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

Create or Update Comment v3.0.0

05 Apr 07:18
3383acd
Compare
Choose a tag to compare

What's new

  • Now supports replacing reactions on a comment by setting input reactions-edit-mode to replace. The default behaviour has not changed and will append reactions.
  • Chose how the action should append the comment body with input append-separator. The default behaviour is to add a newline. Other options are space and none.
  • body-file is deprecated in favour of body-path. The behaviour is unchanged.

What's Changed

New Contributors

Full Changelog: v2.1.1...v3.0.0

Create or Update Comment v2.1.1

03 Feb 02:41
67dcc54
Compare
Choose a tag to compare

⚙️ Fixes the recent Json5 vulnerability.

What's Changed

Full Changelog: v2.1.0...v2.1.1

Create or Update Comment v2.1.0

24 Oct 06:50
5adcb0b
Compare
Choose a tag to compare

⭐ Adds input body-file, the path to a file containing the comment body.

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

Create or Update Comment v2.0.1

17 Oct 06:48
2b2c85d
Compare
Choose a tag to compare

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

Full Changelog: v2.0.0...v2.0.1

Create or Update Comment v2.0.0

22 Mar 06:01
c9fcb64
Compare
Choose a tag to compare

What's new

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

New Contributors

  • @mfn made their first contribution in #95

Full Changelog: v1.4.5...v2.0.0

Create or Update Comment v1.4.5

10 Apr 06:52
a35cf36
Compare
Choose a tag to compare
  • Dependency updates
  • Minor update to error handling