Releases: peter-evans/create-or-update-comment
Releases · peter-evans/create-or-update-comment
Create or Update Comment v4.0.0
⚙️ 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
What's Changed
- Add truncate warning to body of comment by @ethanmdavidson and @peter-evans in #272
- 46 dependency updates by @dependabot
Full Changelog: v3.0.2...v3.1.0
Create or Update Comment v3.0.2
What's Changed
- Truncate long comment bodies during comment update too by @Dermah in #205
- Update distribution by @actions-bot in #210
- 23 dependency updates by @dependabot
New Contributors
Full Changelog: v3.0.1...v3.0.2
Create or Update Comment v3.0.1
What's Changed
- fix: find-comment version by @ematipico in #164
- fix: truncate body when it exceeds the max length by @peter-evans in #182
- 12 dependency updates by @dependabot
New Contributors
- @ematipico made their first contribution in #164
Full Changelog: v3.0.0...v3.0.1
Create or Update Comment v3.0.0
What's new
- Now supports replacing reactions on a comment by setting input
reactions-edit-mode
toreplace
. The default behaviour has not changed and willappend
reactions. - Chose how the action should append the comment body with input
append-separator
. The default behaviour is to add anewline
. Other options arespace
andnone
. body-file
is deprecated in favour ofbody-path
. The behaviour is unchanged.
What's Changed
- v3 by @peter-evans in #161
- Update some links in the README by @Kurt-von-Laven in #152
- 9 dependency updates by @dependabot
New Contributors
- @Kurt-von-Laven made their first contribution in #152
Full Changelog: v2.1.1...v3.0.0
Create or Update Comment v2.1.1
⚙️ Fixes the recent Json5 vulnerability.
What's Changed
- 11 dependency updates by @dependabot
Full Changelog: v2.1.0...v2.1.1
Create or Update Comment v2.1.0
⭐ Adds input body-file
, the path to a file containing the comment body.
What's Changed
- Replace set-output by @peter-evans in #130
- Bump chuhlomin/render-template from 1.5 to 1.6 by @dependabot in #132
- Support reading body from a file by @umanghome in #115
- Add input body-file by @peter-evans in #133
New Contributors
- @umanghome made their first contribution in #115
Full Changelog: v2.0.1...v2.1.0
Create or Update Comment v2.0.1
⚙️ Bumps @actions/core
to transition away from deprecated runner commands.
What's Changed
- Add workflow permissions by @peter-evans in #120
- 9 dependency updates by @github-actions and https://github.com/dependabot
Full Changelog: v2.0.0...v2.0.1
Create or Update Comment v2.0.0
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
- Use double quotes to preserve adjacent spaces correctly by @mfn in #95
- Remove workflow by @peter-evans in #101
- Update runtime to node 16 by @peter-evans in #105
- 7 dependency updates by @actions-bot and @dependabot
New Contributors
Full Changelog: v1.4.5...v2.0.0
Create or Update Comment v1.4.5
- Dependency updates
- Minor update to error handling