Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump peter-evans/create-pull-request from 6 to 7 #1689

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2024

Bumps peter-evans/create-pull-request from 6 to 7.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v7.0.0

✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖

Behaviour changes

  • Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
  • The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
  • The pull-request-operation output now returns none when no operation was executed.
  • Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.

What's new

  • The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
  • Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
  • A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
  • A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0

Create Pull Request v6.1.0

✨ Adds pull-request-branch as an action output.

What's Changed

... (truncated)

Commits
  • 8867c4a fix: handle ambiguous argument failure on diff stat (#3312)
  • 6073f54 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3291)
  • 6d01b56 build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 (#3290)
  • 25cf845 build(deps-dev): bump @​typescript-eslint/parser from 7.17.0 to 7.18.0 (#3289)
  • d87b980 build(deps-dev): bump @​types/node from 18.19.46 to 18.19.48 (#3288)
  • 119d131 build(deps): bump peter-evans/create-pull-request from 6 to 7 (#3283)
  • 73e6230 docs: update readme
  • c0348e8 ci: add v7 to workflow
  • 4320041 feat: signed commits (v7) (#3057)
  • 0c2a66f build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 (#3256)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 6, 2024
@actions-bot actions-bot enabled auto-merge (squash) September 6, 2024 09:08
@actions-bot actions-bot merged commit e3dfd0b into main Sep 6, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/peter-evans/create-pull-request-7 branch September 6, 2024 09:09
bloopy-boi bot referenced this pull request in h3mmy/bloopyboi Sep 24, 2024
…0 → v5.0.1 ) (#422)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-issue-from-file](https://redirect.github.com/peter-evans/create-issue-from-file)
| action | patch | `v5.0.0` -> `v5.0.1` |

---

### Release Notes

<details>
<summary>peter-evans/create-issue-from-file
(peter-evans/create-issue-from-file)</summary>

###
[`v5.0.1`](https://redirect.github.com/peter-evans/create-issue-from-file/releases/tag/v5.0.1):
Create Issue From File v5.0.1

[Compare
Source](https://redirect.github.com/peter-evans/create-issue-from-file/compare/v5.0.0...v5.0.1)

✨ The action will now truncate the issue body when it exceeds the max
size permitted by GitHub's API

#### What's Changed

- Bump peter-evans/create-or-update-comment from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1510](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1510)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.8 to 18.19.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1515](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1515)
- Bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1520](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1520)
- Bump peter-evans/slash-command-dispatch from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1521](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1521)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.10 to 18.19.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1530](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1530)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.14 to 18.19.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1535](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1535)
- Bump prettier from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1536](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1536)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.15 to 18.19.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1545](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1545)
- Bump eslint-plugin-jest from 27.6.3 to 27.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1546](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1546)
- Bump eslint-plugin-jest from 27.8.0 to 27.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1555](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1555)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.17 to 18.19.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1556](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1556)
- Bump eslint-plugin-github from 4.10.1 to 4.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1565](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1565)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.18 to 18.19.21 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1567](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1567)
- Bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1566](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1566)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.21 to 18.19.22 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1582](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1582)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.22 to 18.19.24 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1587](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1587)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.24 to 18.19.26 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1592](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1592)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.26 to 18.19.29 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1597](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1597)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.29 to 18.19.31 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1602](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1602)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.31 to 18.19.33 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1607](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1607)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.33 to 18.19.34 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1612](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1612)
- Bump prettier from 3.2.5 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1613](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1613)
- Bump prettier from 3.3.1 to 3.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1622](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1622)
- Bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1625](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1625)
- Bump ws from 7.5.9 to 7.5.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1632](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1632)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.34 to 18.19.38 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1637](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1637)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.38 to 18.19.39 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1642](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1642)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.39 to 18.19.41 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1647](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1647)
- Bump prettier from 3.3.2 to 3.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1648](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1648)
- Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1649](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1649)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.41 to 18.19.42 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1663](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1663)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.42 to 18.19.43 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1668](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1668)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.43 to 18.19.44 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1674](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1674)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.44 to 18.19.45 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1679](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1679)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.45 to 18.19.47 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1684](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1684)
- Bump peter-evans/create-pull-request from 6 to 7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1689](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1689)
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.47 to 18.19.50 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1694](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1694)
- Update README.md by
[@&#8203;AndreiCherniaev](https://redirect.github.com/AndreiCherniaev)
in
[https://github.com/peter-evans/create-issue-from-file/pull/1699](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1699)
- Remove dots from table by
[@&#8203;AndreiCherniaev](https://redirect.github.com/AndreiCherniaev)
in
[https://github.com/peter-evans/create-issue-from-file/pull/1700](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1700)
- Bump eslint from 8.57.0 to 8.57.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1706](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1706)
- fix: truncate body when exceeds max length by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-issue-from-file/pull/1711](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1711)

#### New Contributors

- [@&#8203;AndreiCherniaev](https://redirect.github.com/AndreiCherniaev)
made their first contribution in
[https://github.com/peter-evans/create-issue-from-file/pull/1699](https://redirect.github.com/peter-evans/create-issue-from-file/pull/1699)

**Full Changelog**:
peter-evans/create-issue-from-file@v5.0.0...v5.0.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL3BhdGNoIl19-->

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant