Skip to content

build(deps): bump thollander/actions-comment-pull-request from 2.5.0 to 3.0.1#2651

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/thollander/actions-comment-pull-request-3.0.1
Open

build(deps): bump thollander/actions-comment-pull-request from 2.5.0 to 3.0.1#2651
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/thollander/actions-comment-pull-request-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps thollander/actions-comment-pull-request from 2.5.0 to 3.0.1.

Release notes

Sourced from thollander/actions-comment-pull-request's releases.

v3.0.1

What's Changed

Full Changelog: thollander/actions-comment-pull-request@v3.0.0...v3.0.1

v3.0.0

What's Changed

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: thollander/actions-comment-pull-request@v2...v3.0.0

Commits
  • 24bffb9 Merge pull request #410 from thollander/chore/release-3.0.1
  • 5fd7012 chore: release 3.0.1
  • a38b001 Merge pull request #409 from thollander/fix/wrong-var-renaming
  • a11fbfe fix: some wrong variables renaming
  • cb13519 Merge pull request #300 from thollander/dependabot/npm_and_yarn/actions/githu...
  • 38af97b chore(deps): bump @​actions/github from 5.1.1 to 6.0.0
  • 301a80e Merge pull request #393 from thollander/dependabot/npm_and_yarn/prettier-3.3.3
  • 64dcac7 chore(deps-dev): bump prettier from 3.2.5 to 3.3.3
  • 0a327d5 Merge pull request #394 from thollander/dependabot/npm_and_yarn/actions/core-...
  • ece12ba Merge pull request #392 from thollander/dependabot/npm_and_yarn/vercel/ncc-0....
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2.5.0 to 3.0.1.
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](thollander/actions-comment-pull-request@fabd468...24bffb9)

---
updated-dependencies:
- dependency-name: thollander/actions-comment-pull-request
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 12:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels May 4, 2026
@codacy-production
Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown
Contributor

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the thollander/actions-comment-pull-request action from v2.5.0 to v3.0.1. Although Codacy reports the changes are up to standards, the version bump introduces a critical breaking change that has not been addressed.

Version 3.x of this action migrated all input parameters to kebab-case. The current implementation maintains the 'comment_tag' parameter, which is no longer supported and will lead to workflow failures or unexpected behavior. This PR should not be merged until the input parameters are aligned with the v3.0.0 specifications.

About this PR

  • The update to v3.0.1 involves breaking changes. Specifically, input parameters must be renamed. Failure to migrate these parameters will likely cause the GitHub Action to ignore previous comments or fail to execute correctly.

Test suggestions

  • Verify the action version is updated to v3.0.1 in the workflow file.
  • Verify that 'comment_tag' is renamed to 'comment-tag' to comply with breaking changes.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that 'comment_tag' is renamed to 'comment-tag' to comply with breaking changes.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

- name: Comment PR if there are deleted files
if: steps.changed-files.outputs.any_deleted == 'true'
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

This version bump introduces breaking changes. The input parameter 'comment_tag' must be renamed to 'comment-tag' to remain compatible with version 3.0.1. If left as is, the action may not correctly identify or update existing comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants