🚀 thollander/actions-comment-pull-request - Release Notes

v3.0.1 (2024-11-02)

## What's Changed
* chore(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/392
* chore(deps): bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/394
* chore(deps-dev): bump prettier from 3.2.5 to 3.3.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/393
* chore(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/300
* fix: some wrong variables renaming by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/409
* chore: release 3.0.1 by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/410


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v3.0.0...v3.0.1

v3.0.0 (2024-10-10)

## What's Changed
* chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/326
* chore(deps-dev): bump prettier from 3.0.3 to 3.2.5 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/350
* chore(deps-dev): bump @tsconfig/node20 from 20.1.2 to 20.1.4 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/367
* chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/390
* chore(deps-dev): bump @types/node from 20.8.7 to 22.7.5 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/389
* feat: manage delete modes in a better way + consistent input naming by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/391

## Breaking changes

### Parameters

- From `filePath` to `file-path` 
- From `GITHUB_TOKEN` to `github-token`
- From `pr_number` to `pr-number`
- From `comment_tag` to `comment-tag`
- From `create_if_not_exists` to `create-if-not-exists`

### Mode

`delete` now deletes a comment immediately. To delete the comment at the end of the job, use `delete-on-completion` mode.


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2...v3.0.0

v2.5.0 : Node 20 version support (2024-02-17)

## What's Changed
* chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/304
* feat: node 20 version support by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/307


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.4.3...v2.5.0

v2 : tag on comment instead of text includes (2022-12-04)

## What's Changed
* chore(deps-dev): bump @types/node from 18.11.9 to 18.11.10 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/158
* feat: comment tag by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/160


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v1...v2

v2.4.3 : outputs variables (2023-10-21)

## What's Changed
* chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/271
* chore(deps-dev): bump @tsconfig/node16 from 16.1.0 to 16.1.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/273
* chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/277
* chore(deps-dev): bump prettier from 3.0.2 to 3.0.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/279
* chore(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/286
* chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/283
* feat: add actions output variables by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/297


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2...v2.4.3

v2.4.2 : dependencies update (2023-08-06)

## What's Changed
* chore(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/253
* chore(deps-dev): bump prettier from 2.8.8 to 3.0.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/263


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.4.1...v2.4.2

v2.4.1 : delete mode fix (2023-08-06)

## What's Changed
* chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/238
* chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/245
* chore(deps-dev): bump @tsconfig/node16 from 1.0.4 to 16.1.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/244
* docs: add information on forks permissions by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/261
* fix: delete should remove all comments with pattern (not only one) by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/266


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.4.0...v2.4.1

v2.4.0 : delete mode (2023-06-10)

## What's Changed
* chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/182
* chore(deps-dev): bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/183
* chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/184
* chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/187
* chore(deps-dev): bump @types/node from 18.11.18 to 18.13.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/186
* chore(deps-dev): bump @types/node from 18.13.0 to 18.14.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/189
* chore(deps-dev): bump @types/node from 18.14.1 to 18.14.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/190
* chore(deps-dev): bump @types/node from 18.14.2 to 18.14.5 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/192
* chore(deps-dev): bump @types/node from 18.14.5 to 18.14.6 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/193
* chore(deps-dev): bump @types/node from 18.14.6 to 18.15.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/195
* chore(deps): bump @actions/io from 1.1.2 to 1.1.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/198
* chore(deps-dev): bump @types/node from 18.15.1 to 18.15.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/197
* chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/201
* chore(deps-dev): bump @types/node from 18.15.3 to 18.15.5 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/200
* chore(deps-dev): bump prettier from 2.8.5 to 2.8.7 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/205
* chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/208
* chore(deps-dev): bump @types/node from 18.15.5 to 18.15.12 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/210
* chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/214
* chore(deps-dev): bump @types/node from 18.15.12 to 18.16.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/215
* chore(deps-dev): bump @types/node from 18.16.1 to 18.16.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/216
* docs: add information on permissions by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/222
* chore(deps-dev): bump @tsconfig/node16 from 1.0.3 to 1.0.4 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/226
* feat: mode to delete comment by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/239


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.3.1...v2.4.0

v2.3.1 : fix absolute path management (2023-01-14)

## What's Changed
* chore(deps-dev): bump @types/node from 18.11.15 to 18.11.17 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/174
* chore(deps-dev): bump @types/node from 18.11.17 to 18.11.18 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/175
* chore(deps-dev): bump prettier from 2.8.1 to 2.8.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/178
* fix: manage absolute path by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/180


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.3.0...v2.3.1

v2.3.0 : create_if_not_exists option (2022-12-18)

## What's Changed
* feat: create_if_not_exists by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/173


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.2.0...v2.3.0

v2.2.0 : file comment (2022-12-16)

## What's Changed
* chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/163
* chore(deps-dev): bump typescript from 4.9.3 to 4.9.4 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/164
* feat: filePath for comment by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/171
* chore: update lib by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/172


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.1.0...v2.2.0

v2.1.0 : mode for updating comment (2022-12-14)

## What's Changed
* chore(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/162
* chore(deps-dev): bump @types/node from 18.11.10 to 18.11.15 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/168
* feat: mode for updating comment by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/170


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2.0.0...v2.1.0

Issues default management (2022-11-28)

## What's Changed
* chore(deps-dev): bump @types/node from 18.8.5 to 18.11.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/144
* chore(deps-dev): bump @types/node from 18.11.0 to 18.11.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/145
* chore(deps-dev): bump @types/node from 18.11.2 to 18.11.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/146
* chore(deps-dev): bump @types/node from 18.11.3 to 18.11.5 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/148
* chore(deps-dev): bump @types/node from 18.11.5 to 18.11.9 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/151
* chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/152
* chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/154
* feat: get default issue number by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/155
* chore: bump to v1.6.0 by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/157


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v1.5.0...v1.6.0

GITHUB_TOKEN as default + deps (2022-10-13)

## What's Changed
* chore(deps-dev): bump typescript from 4.6.4 to 4.7.2 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/81
* chore: update lib by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/83
* chore(deps-dev): bump @vercel/ncc from 0.33.4 to 0.34.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/84
* chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/87
* chore(deps-dev): bump @types/node from 17.0.35 to 17.0.41 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/89
* chore(deps-dev): bump prettier from 2.6.0 to 2.7.1 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/97
* chore(deps): bump @actions/core from 1.8.2 to 1.9.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/96
* chore(deps-dev): bump @types/node from 17.0.41 to 18.0.0 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/95
* chore(deps-dev): bump @tsconfig/node16 from 1.0.2 to 1.0.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/92
* chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/98
* chore(deps-dev): bump @types/node from 18.0.0 to 18.0.3 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/100
* chore(deps-dev): bump @types/node from 18.0.3 to 18.0.4 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/101
* chore(deps-dev): bump @types/node from 18.0.4 to 18.0.6 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/102
* chore: update deps by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/121
* chore: update deps by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/130
* ci: add default GITHUB_TOKEN by @lukasz-mitka in https://github.com/thollander/actions-comment-pull-request/pull/138
* ci: fix permission for "Resource not accessible by integration" by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/141
* chore: update deps by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/142
* chore: bump to v1.5.0 by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/143

## New Contributors
* @lukasz-mitka made their first contribution in https://github.com/thollander/actions-comment-pull-request/pull/138

**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v1.4.1...v1.5.0

Reactions - fix action metadata (2022-05-25)

No notes available

Reactions (2022-05-24)

No notes available

Node JS environment #faster (2022-04-25)

## What's Changed
* chore: node runtime vs docker for speed by @thollander in https://github.com/thollander/actions-comment-pull-request/pull/59
* chore(deps-dev): bump @types/node from 17.0.25 to 17.0.26 by @dependabot in https://github.com/thollander/actions-comment-pull-request/pull/60


**Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v1...v1.3.0

Upsert mode (2022-04-23)

No notes available

Ability to specify PR number to comment on (2022-03-19)

No notes available

Update dependencies (2022-03-19)

No notes available

v1.0.4 (2021-09-11)

No notes available

Documentation update (2021-09-04)

No notes available

Update dependencies (2021-08-27)

No notes available

fix: docker build fails (2020-10-26)

No notes available

Comment pull request from GitHub Actions (2019-10-30)

This GitHub actions enables to create a comment in the PR with a given message.