Skip to content

chore(deps): Bump peter-evans/create-issue-from-file from 5.0.1 to 6.0.0#339

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/peter-evans/create-issue-from-file-6.0.0
Open

chore(deps): Bump peter-evans/create-issue-from-file from 5.0.1 to 6.0.0#339
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/peter-evans/create-issue-from-file-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps peter-evans/create-issue-from-file from 5.0.1 to 6.0.0.

Release notes

Sourced from peter-evans/create-issue-from-file's releases.

Create Issue From File v6.0.0

⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.

What's Changed

... (truncated)

Commits

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 [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/peter-evans/create-issue-from-file/releases)
- [Commits](peter-evans/create-issue-from-file@e8ef132...fca9117)

---
updated-dependencies:
- dependency-name: peter-evans/create-issue-from-file
  dependency-version: 6.0.0
  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 Mar 30, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 30, 2026 18:34
@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. Give us feedback

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

While the Codacy analysis indicates the code is up to standards, this PR introduces a breaking change by bumping peter-evans/create-issue-from-file to version 6.0.0 without updating the required inputs. The content-filepath parameter has been removed in the new version, which will cause the workflow to fail when attempting to create issues. This must be corrected to use issue-body-path before merging.

Test suggestions

  • Verify that the create-issue-from-file version string in the workflow file is correctly updated to v6.0.0.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the create-issue-from-file version string in the workflow file is correctly updated to v6.0.0.

🗒️ Improve review quality by adding custom instructions

Comment on lines +25 to 28
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
with:
title: Broken link report
content-filepath: ./lychee/out.md
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

In v6.0.0 of this action, the content-filepath input has been removed and replaced by issue-body-path. This must be updated to ensure the issue content is correctly loaded.

Suggested change
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
with:
title: Broken link report
content-filepath: ./lychee/out.md
uses: peter-evans/create-issue-from-file@v6.0.0
with:
title: Broken link report
issue-body-path: ./lychee/out.md

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