Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v7 (#1188)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request)
| action | major | `v3.12.0` -> `v7.0.5` |

---

### Release Notes

<details>
<summary>peter-evans/create-pull-request
(peter-evans/create-pull-request)</summary>

###
[`v7.0.5`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.5):
Create Pull Request v7.0.5

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5)

⚙️ Fixes an issue with commit signing to allow it to support symlinks

#### What's Changed

- fix: support symlinks when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/3359](https://redirect.github.com/peter-evans/create-pull-request/pull/3359)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5

###
[`v7.0.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.4):
Create Pull Request v7.0.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4)

⚙️ Fixes an issue with commit signing to allow it to support submodules

#### What's Changed

- docs: correct suggestion for bot setup by
[@&#8203;henryiii](https://redirect.github.com/henryiii) in
[https://github.com/peter-evans/create-pull-request/pull/3342](https://redirect.github.com/peter-evans/create-pull-request/pull/3342)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.12 to 29.5.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3343](https://redirect.github.com/peter-evans/create-pull-request/pull/3343)
- build(deps-dev): 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-pull-request/pull/3344](https://redirect.github.com/peter-evans/create-pull-request/pull/3344)
- fix: support submodules when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/3354](https://redirect.github.com/peter-evans/create-pull-request/pull/3354)

#### New Contributors

- [@&#8203;henryiii](https://redirect.github.com/henryiii) made their
first contribution in
[https://github.com/peter-evans/create-pull-request/pull/3342](https://redirect.github.com/peter-evans/create-pull-request/pull/3342)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4

###
[`v7.0.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.3):
Create Pull Request v7.0.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3)

⚙️ Fixes an issue with commit signing where commit SHAs have variable
lengths when abbreviated.

#### What's Changed

- fix: disable abbreviated commit shas in diff by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/3337](https://redirect.github.com/peter-evans/create-pull-request/pull/3337)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3

###
[`v7.0.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.2):
Create Pull Request v7.0.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2)

⚙️ Fixes an issue with commit signing when a change was detected as
being a rename or copy.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.48 to 18.19.50 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3320](https://redirect.github.com/peter-evans/create-pull-request/pull/3320)
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3319](https://redirect.github.com/peter-evans/create-pull-request/pull/3319)
- fix: disable diff detection for renames and copies by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/3330](https://redirect.github.com/peter-evans/create-pull-request/pull/3330)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2

###
[`v7.0.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.1):
Create Pull Request v7.0.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.0...v7.0.1)

⚙️ Fixes [an
issue](https://redirect.github.com/peter-evans/create-pull-request/issues/3311)
affecting one particular use case where the action fails on `diff
--stat` with `fatal: ambiguous argument`.

#### What's Changed

- build(deps): 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-pull-request/pull/3283](https://redirect.github.com/peter-evans/create-pull-request/pull/3283)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.46 to 18.19.48 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3288](https://redirect.github.com/peter-evans/create-pull-request/pull/3288)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.17.0 to 7.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3289](https://redirect.github.com/peter-evans/create-pull-request/pull/3289)
- build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3290](https://redirect.github.com/peter-evans/create-pull-request/pull/3290)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.17.0 to 7.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3291](https://redirect.github.com/peter-evans/create-pull-request/pull/3291)
- fix: handle ambiguous argument failure on diff stat by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/3312](https://redirect.github.com/peter-evans/create-pull-request/pull/3312)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v7.0.0...v7.0.1

###
[`v7.0.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.0):
Create Pull Request v7.0.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0)

:sparkles: Now supports commit signing with bot-generated tokens! See
"What's new" below. :writing_hand::robot:

##### 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](docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens).
See [commit
signing](docs/concepts-guidelines.md#commit-signature-verification-for-bots)
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](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)
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

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.36 to 18.19.39 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3000](https://redirect.github.com/peter-evans/create-pull-request/pull/3000)
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3008](https://redirect.github.com/peter-evans/create-pull-request/pull/3008)
- build(deps-dev): 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-pull-request/pull/3018](https://redirect.github.com/peter-evans/create-pull-request/pull/3018)
- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3019](https://redirect.github.com/peter-evans/create-pull-request/pull/3019)
- build(deps-dev): 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-pull-request/pull/3035](https://redirect.github.com/peter-evans/create-pull-request/pull/3035)
- build(deps-dev): 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-pull-request/pull/3037](https://redirect.github.com/peter-evans/create-pull-request/pull/3037)
- build(deps): bump undici from 6.19.2 to 6.19.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3036](https://redirect.github.com/peter-evans/create-pull-request/pull/3036)
- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3038](https://redirect.github.com/peter-evans/create-pull-request/pull/3038)
- build(deps-dev): 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-pull-request/pull/3070](https://redirect.github.com/peter-evans/create-pull-request/pull/3070)
- build(deps): bump undici from 6.19.4 to 6.19.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3086](https://redirect.github.com/peter-evans/create-pull-request/pull/3086)
- build(deps-dev): 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-pull-request/pull/3087](https://redirect.github.com/peter-evans/create-pull-request/pull/3087)
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3088](https://redirect.github.com/peter-evans/create-pull-request/pull/3088)
- build(deps): bump undici from 6.19.5 to 6.19.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3145](https://redirect.github.com/peter-evans/create-pull-request/pull/3145)
- build(deps-dev): 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-pull-request/pull/3144](https://redirect.github.com/peter-evans/create-pull-request/pull/3144)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/3154](https://redirect.github.com/peter-evans/create-pull-request/pull/3154)
- build(deps): bump undici from 6.19.7 to 6.19.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3213](https://redirect.github.com/peter-evans/create-pull-request/pull/3213)
- build(deps-dev): 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-pull-request/pull/3214](https://redirect.github.com/peter-evans/create-pull-request/pull/3214)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/3221](https://redirect.github.com/peter-evans/create-pull-request/pull/3221)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to
3.6.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3255](https://redirect.github.com/peter-evans/create-pull-request/pull/3255)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.45 to 18.19.46 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3254](https://redirect.github.com/peter-evans/create-pull-request/pull/3254)
- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/3256](https://redirect.github.com/peter-evans/create-pull-request/pull/3256)
- v7 - signed commits by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/3057](https://redirect.github.com/peter-evans/create-pull-request/pull/3057)

#### New Contributors

- [@&#8203;rustycl0ck](https://redirect.github.com/rustycl0ck) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/3057](https://redirect.github.com/peter-evans/create-pull-request/pull/3057)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0

###
[`v6.1.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.1.0):
Create Pull Request v6.1.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0)

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

#### What's Changed

- build(deps): bump undici from 6.14.1 to 6.15.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2873](https://redirect.github.com/peter-evans/create-pull-request/pull/2873)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/2878](https://redirect.github.com/peter-evans/create-pull-request/pull/2878)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.31 to 18.19.32 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2884](https://redirect.github.com/peter-evans/create-pull-request/pull/2884)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.32 to 18.19.33 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2890](https://redirect.github.com/peter-evans/create-pull-request/pull/2890)
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2892](https://redirect.github.com/peter-evans/create-pull-request/pull/2892)
- build(deps): bump undici from 6.15.0 to 6.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2891](https://redirect.github.com/peter-evans/create-pull-request/pull/2891)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/2907](https://redirect.github.com/peter-evans/create-pull-request/pull/2907)
- build(deps): bump undici from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2913](https://redirect.github.com/peter-evans/create-pull-request/pull/2913)
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2914](https://redirect.github.com/peter-evans/create-pull-request/pull/2914)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/2921](https://redirect.github.com/peter-evans/create-pull-request/pull/2921)
- build(deps): bump undici from 6.18.1 to 6.18.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2934](https://redirect.github.com/peter-evans/create-pull-request/pull/2934)
- build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2936](https://redirect.github.com/peter-evans/create-pull-request/pull/2936)
- build(deps-dev): 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-pull-request/pull/2935](https://redirect.github.com/peter-evans/create-pull-request/pull/2935)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/2947](https://redirect.github.com/peter-evans/create-pull-request/pull/2947)
- build(deps-dev): bump prettier from 3.3.0 to 3.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2959](https://redirect.github.com/peter-evans/create-pull-request/pull/2959)
- build(deps-dev): 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-pull-request/pull/2962](https://redirect.github.com/peter-evans/create-pull-request/pull/2962)
- build(deps-dev): bump ws from 8.11.0 to 8.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2970](https://redirect.github.com/peter-evans/create-pull-request/pull/2970)
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2975](https://redirect.github.com/peter-evans/create-pull-request/pull/2975)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.34 to 18.19.36 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2976](https://redirect.github.com/peter-evans/create-pull-request/pull/2976)
- build(deps): bump undici from 6.18.2 to 6.19.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2977](https://redirect.github.com/peter-evans/create-pull-request/pull/2977)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/2990](https://redirect.github.com/peter-evans/create-pull-request/pull/2990)
- feat: add branch name output by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2995](https://redirect.github.com/peter-evans/create-pull-request/pull/2995)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0

###
[`v6.0.5`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.5):
Create Pull Request v6.0.5

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5)

⚙️ Fixes an issue with proxy support for users that run self-hosted
behind a proxy.

#### What's Changed

- fix: update proxy support to follow octokit change to fetch api by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2867](https://redirect.github.com/peter-evans/create-pull-request/pull/2867)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5

###
[`v6.0.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.4):
Create Pull Request v6.0.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4)

⚡ Improves performance in some cases for very large git repositories.

#### What's Changed

- perf: limit the fetch depth of pr branch by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2857](https://redirect.github.com/peter-evans/create-pull-request/pull/2857)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4

###
[`v6.0.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.3):
Create Pull Request v6.0.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3)

⚡ Improves performance of the `push-to-fork` feature.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.23 to 18.19.25 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2826](https://redirect.github.com/peter-evans/create-pull-request/pull/2826)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.25 to 18.19.26 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2831](https://redirect.github.com/peter-evans/create-pull-request/pull/2831)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.26 to 18.19.28 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2836](https://redirect.github.com/peter-evans/create-pull-request/pull/2836)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.28 to 18.19.31 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2842](https://redirect.github.com/peter-evans/create-pull-request/pull/2842)
- fix: drop unnecessary fetch with unshallow on push-to-fork by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2849](https://redirect.github.com/peter-evans/create-pull-request/pull/2849)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3

###
[`v6.0.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.2):
Create Pull Request v6.0.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2)

⚡ Improves performance in some cases where the action rebases changes on
to the specified `base`.

#### What's Changed

- build(deps-dev): 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-pull-request/pull/2797](https://redirect.github.com/peter-evans/create-pull-request/pull/2797)
- build(deps-dev): 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-pull-request/pull/2798](https://redirect.github.com/peter-evans/create-pull-request/pull/2798)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.21 to 18.19.23 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2811](https://redirect.github.com/peter-evans/create-pull-request/pull/2811)
- perf: shallow fetch the actual base when rebasing from working base by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2816](https://redirect.github.com/peter-evans/create-pull-request/pull/2816)

#### New Contributors

- [@&#8203;webmonarch](https://redirect.github.com/webmonarch) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/2816](https://redirect.github.com/peter-evans/create-pull-request/pull/2816)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2

###
[`v6.0.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.1):
Create Pull Request v6.0.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1)

⚙️ Fixes [an
issue](https://redirect.github.com/peter-evans/create-pull-request/issues/2790)
where updating a pull request leads to the error `Cannot read properties
of undefined (reading 'number')`. This was likely caused by GitHub
fixing a long standing bug with an API endpoint, resulting in a breaking
change.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.11 to 29.5.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2730](https://redirect.github.com/peter-evans/create-pull-request/pull/2730)
- build(deps-dev): 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-pull-request/pull/2731](https://redirect.github.com/peter-evans/create-pull-request/pull/2731)
- build(deps-dev): 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-pull-request/pull/2732](https://redirect.github.com/peter-evans/create-pull-request/pull/2732)
- build(deps): 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-pull-request/pull/2748](https://redirect.github.com/peter-evans/create-pull-request/pull/2748)
- build(deps): 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-pull-request/pull/2747](https://redirect.github.com/peter-evans/create-pull-request/pull/2747)
- build(deps-dev): 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-pull-request/pull/2759](https://redirect.github.com/peter-evans/create-pull-request/pull/2759)
- build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/2769](https://redirect.github.com/peter-evans/create-pull-request/pull/2769)
- build(deps-dev): 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-pull-request/pull/2768](https://redirect.github.com/peter-evans/create-pull-request/pull/2768)
- build(deps-dev): 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-pull-request/pull/2780](https://redirect.github.com/peter-evans/create-pull-request/pull/2780)
- build(deps-dev): 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-pull-request/pull/2781](https://redirect.github.com/peter-evans/create-pull-request/pull/2781)
- fix: list pulls using the correct head format by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2792](https://redirect.github.com/peter-evans/create-pull-request/pull/2792)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1

###
[`v6.0.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.0):
Create Pull Request v6.0.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v5.0.3...v6.0.0)

#### Behaviour changes

- The default values for `author` and `committer` have changed. See
"What's new" below for details. If you are overriding the default values
you will not be affected by this change.
- On completion, the action now removes the temporary git remote
configuration it adds when using `push-to-fork`. This should not affect
you unless you were using the temporary configuration for some other
purpose after the action completes.

#### What's new

-   Updated runtime to Node.js 20
- The action now requires a minimum version of
[v2.308.0](https://redirect.github.com/actions/runner/releases/tag/v2.308.0)
for the Actions runner. Update self-hosted runners to v2.308.0 or later
to ensure compatibility.
- The default value for `author` has been changed to `${{ github.actor
}} <${{ github.actor_id }}+${{ github.actor
}}@&#8203;users.noreply.github.com>`. The change adds the `${{
github.actor_id }}+` prefix to the email address to align with GitHub's
standard format for the author email address.
- The default value for `committer` has been changed to
`github-actions[bot]
<41898282+github-actions[bot]@&#8203;users.noreply.github.com>`. This is
to align with the default GitHub Actions bot user account.
- Adds input `git-token`, the [Personal Access Token
(PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
that the action will use for git operations. This input defaults to the
value of `token`. Use this input if you would like the action to use a
different token for git operations than the one used for the GitHub API.
- `push-to-fork` now supports pushing to sibling repositories in the
same network.
- Previously, when using `push-to-fork`, the action did not remove
temporary git remote configuration it adds during execution. This has
been fixed and the configuration is now removed when the action
completes.
- If the pull request body is truncated due to exceeding the maximum
length, the action will now suffix the body with the message "...*\[Pull
request body truncated]*" to indicate that the body has been truncated.
- The action now uses `--unshallow` only when necessary, rather than as
a default argument of `git fetch`. This should improve performance,
particularly for large git repositories with extensive commit history.
- The action can now be executed on one GitHub server and create pull
requests on a *different* GitHub server. Server products include GitHub
hosted (github.com), GitHub Enterprise Server (GHES), and GitHub
Enterprise Cloud (GHEC). For example, the action can be executed on
GitHub hosted and create pull requests on a GHES or GHEC instance.

#### What's Changed

- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/2086](https://redirect.github.com/peter-evans/create-pull-request/pull/2086)
- fix crazy-max/ghaction-import-gp parameters by
[@&#8203;fharper](https://redirect.github.com/fharper) in
[https://github.com/peter-evans/create-pull-request/pull/2177](https://redirect.github.com/peter-evans/create-pull-request/pull/2177)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[https://github.com/peter-evans/create-pull-request/pull/2364](https://redirect.github.com/peter-evans/create-pull-request/pull/2364)
- Use checkout v4 by
[@&#8203;okuramasafumi](https://redirect.github.com/okuramasafumi) in
[https://github.com/peter-evans/create-pull-request/pull/2521](https://redirect.github.com/peter-evans/create-pull-request/pull/2521)
- Note about `delete-branch` by
[@&#8203;dezren39](https://redirect.github.com/dezren39) in
[https://github.com/peter-evans/create-pull-request/pull/2631](https://redirect.github.com/peter-evans/create-pull-request/pull/2631)
- 98 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)

#### New Contributors

- [@&#8203;fharper](https://redirect.github.com/fharper) made their
first contribution in
[https://github.com/peter-evans/create-pull-request/pull/2177](https://redirect.github.com/peter-evans/create-pull-request/pull/2177)
- [@&#8203;okuramasafumi](https://redirect.github.com/okuramasafumi)
made their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/2521](https://redirect.github.com/peter-evans/create-pull-request/pull/2521)
- [@&#8203;dezren39](https://redirect.github.com/dezren39) made their
first contribution in
[https://github.com/peter-evans/create-pull-request/pull/2631](https://redirect.github.com/peter-evans/create-pull-request/pull/2631)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0

###
[`v5.0.3`](https://redirect.github.com/peter-evans/create-pull-request/compare/v5.0.2...v5.0.3)

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v5.0.2...v5.0.3)

###
[`v5.0.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v5.0.2):
Create Pull Request v5.0.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2)

⚙️ Fixes an issue that occurs when using `push-to-fork` and both base
and head repositories are in the same org/user account.

#### What's Changed

- fix: specify head repo by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2044](https://redirect.github.com/peter-evans/create-pull-request/pull/2044)
- 20 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2

###
[`v5.0.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v5.0.1):
Create Pull Request v5.0.1

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

#### What's Changed

- fix: truncate body if exceeds max length by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1915](https://redirect.github.com/peter-evans/create-pull-request/pull/1915)
- 12 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1

###
[`v5.0.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v5.0.0):
Create Pull Request v5.0.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0)

#### Behaviour changes

- The action will no longer leave the local repository checked out on
the pull request `branch`. Instead, it will leave the repository checked
out on the branch or commit that it was when the action started.
- When using `add-paths`, uncommitted changes will no longer be
destroyed. They will be stashed and restored at the end of the action
run.

#### What's new

- Adds input `body-path`, the path to a file containing the pull request
body.
- At the end of the action run the local repository is now checked out
on the branch or commit that it was when the action started.
- Any uncommitted tracked or untracked changes are now stashed and
restored at the end of the action run. Currently, this can only occur
when using the `add-paths` input, which allows for changes to not be
committed. Previously, any uncommitted changes would be destroyed.
- The proxy implementation has been revised but is not expected to have
any change in behaviour. It continues to support the standard
environment variables `http_proxy`, `https_proxy` and `no_proxy`.
- Now sets the git `safe.directory` configuration for the local
repository path. The configuration is removed when the action completes.
Fixes issue
[https://github.com/peter-evans/create-pull-request/issues/1170](https://redirect.github.com/peter-evans/create-pull-request/issues/1170).
- Now determines the git directory path using the `git rev-parse
--git-dir` command. This allows users with custom repository
configurations to use the action.
- Improved handling of the `team-reviewers` input and associated errors.

#### News

:trophy: create-pull-request won [an
award](https://twitter.com/peterevans0/status/1638463617686470657?s=20)
for "awesome action" at the Open Source Awards at GitHub Universe. Thank
you for your support and for making create-pull-request one of the top
used actions. Please give it a :star:, or even [buy me a
coffee](https://redirect.github.com/sponsors/peter-evans).

#### What's Changed

- v5 by [@&#8203;peter-evans](https://redirect.github.com/peter-evans)
in
[https://github.com/peter-evans/create-pull-request/pull/1792](https://redirect.github.com/peter-evans/create-pull-request/pull/1792)
- 15 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0

###
[`v4.2.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.2.4):
Create Pull Request v4.2.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4)

⚙️ Patches some recent security vulnerabilities.

#### What's Changed

- Update concepts-guidelines.md by
[@&#8203;chrisbruford](https://redirect.github.com/chrisbruford) in
[https://github.com/peter-evans/create-pull-request/pull/1610](https://redirect.github.com/peter-evans/create-pull-request/pull/1610)
- 58 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)

#### New Contributors

- [@&#8203;chrisbruford](https://redirect.github.com/chrisbruford) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1610](https://redirect.github.com/peter-evans/create-pull-request/pull/1610)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4

###
[`v4.2.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.2.3):
Create Pull Request v4.2.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3)

#### What's Changed

- fix: add check for missing token input by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1324](https://redirect.github.com/peter-evans/create-pull-request/pull/1324)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3

###
[`v4.2.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.2.2):
Create Pull Request v4.2.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.2.1...v4.2.2)

#### What's Changed

- fix: support github server url for pushing to fork by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1318](https://redirect.github.com/peter-evans/create-pull-request/pull/1318)

#### New Contributors

- [@&#8203;kevinzhu-sa](https://redirect.github.com/kevinzhu-sa) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1315](https://redirect.github.com/peter-evans/create-pull-request/pull/1315)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.2.1...v4.2.2

###
[`v4.2.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.2.1):
Create Pull Request v4.2.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.2.0...v4.2.1)

#### What's Changed

- test: set default branch to main by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1310](https://redirect.github.com/peter-evans/create-pull-request/pull/1310)
- fix: handle update after force pushing base to a new commit by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1307](https://redirect.github.com/peter-evans/create-pull-request/pull/1307)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.2.0...v4.2.1

###
[`v4.2.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.2.0):
Create Pull Request v4.2.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.1.4...v4.2.0)

⚙️ Improves the proxy implementation to properly support the standard
environment variables `http_proxy`, `https_proxy` and `no_proxy`

#### What's Changed

- feat: switch proxy implementation by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1269](https://redirect.github.com/peter-evans/create-pull-request/pull/1269)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.1.4...v4.2.0

###
[`v4.1.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.1.4):
Create Pull Request v4.1.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.1.3...v4.1.4)

⚙️ Bumps `@actions/core` to transition away from [deprecated runner
commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/).

#### What's Changed

- build(deps): bump
[@&#8203;actions/core](https://redirect.github.com/actions/core) to
1.10.0 by [@&#8203;peter-evans](https://redirect.github.com/peter-evans)
in
[https://github.com/peter-evans/create-pull-request/pull/1274](https://redirect.github.com/peter-evans/create-pull-request/pull/1274)
- build(deps): bump
[@&#8203;actions/exec](https://redirect.github.com/actions/exec) from
1.1.0 to 1.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/1279](https://redirect.github.com/peter-evans/create-pull-request/pull/1279)
- build(deps): bump
[@&#8203;actions/io](https://redirect.github.com/actions/io) from 1.1.1
to 1.1.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/peter-evans/create-pull-request/pull/1280](https://redirect.github.com/peter-evans/create-pull-request/pull/1280)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.1.3...v4.1.4

###
[`v4.1.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.1.3):
Create Pull Request v4.1.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.1.2...v4.1.3)

#### What's Changed

- fix: replace use of any type by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1251](https://redirect.github.com/peter-evans/create-pull-request/pull/1251)
- fix: only strip optional '.git' suffix from https server remote name
and not 'Xgit' by
[@&#8203;campersau](https://redirect.github.com/campersau) in
[https://github.com/peter-evans/create-pull-request/pull/1257](https://redirect.github.com/peter-evans/create-pull-request/pull/1257)
- Update distribution by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/peter-evans/create-pull-request/pull/1260](https://redirect.github.com/peter-evans/create-pull-request/pull/1260)

#### New Contributors

- [@&#8203;campersau](https://redirect.github.com/campersau) made their
first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1257](https://redirect.github.com/peter-evans/create-pull-request/pull/1257)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.1.2...v4.1.3

###
[`v4.1.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.1.2):
Create Pull Request v4.1.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.1.1...v4.1.2)

#### What's Changed

- ci: add workflow permissions by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1220](https://redirect.github.com/peter-evans/create-pull-request/pull/1220)
- build(deps): bump
[@&#8203;actions/core](https://redirect.github.com/actions/core) from
1.6.0 to 1.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/peter-evans/create-pull-request/pull/1219](https://redirect.github.com/peter-evans/create-pull-request/pull/1219)
- Update distribution by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/peter-evans/create-pull-request/pull/1229](https://redirect.github.com/peter-evans/create-pull-request/pull/1229)
- test: update the test execution env by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1235](https://redirect.github.com/peter-evans/create-pull-request/pull/1235)
- fix: improve logging when checking fork by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1246](https://redirect.github.com/peter-evans/create-pull-request/pull/1246)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.1.1...v4.1.2

###
[`v4.1.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.1.1):
Create Pull Request v4.1.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.1.0...v4.1.1)

⚙️ Fixes an issue that occurred on Windows runners when CRLF is
auto-replaced by LF by Git.
[https://github.com/peter-evans/create-pull-request/issues/1202](https://redirect.github.com/peter-evans/create-pull-request/issues/1202)

#### What's Changed

- fix: handle nothing to commit when autocrlf is set by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1211](https://redirect.github.com/peter-evans/create-pull-request/pull/1211)
- Update distribution by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/peter-evans/create-pull-request/pull/1216](https://redirect.github.com/peter-evans/create-pull-request/pull/1216)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.1.0...v4.1.1

###
[`v4.1.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.1.0):
Create Pull Request v4.1.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.0.4...v4.1.0)

#### What's Changed

- Support no_proxy environment variable by
[@&#8203;tillganster](https://redirect.github.com/tillganster) in
[https://github.com/peter-evans/create-pull-request/pull/1205](https://redirect.github.com/peter-evans/create-pull-request/pull/1205)
- Update distribution by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/peter-evans/create-pull-request/pull/1208](https://redirect.github.com/peter-evans/create-pull-request/pull/1208)

#### New Contributors

- [@&#8203;tillganster](https://redirect.github.com/tillganster) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1205](https://redirect.github.com/peter-evans/create-pull-request/pull/1205)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.0.4...v4.1.0

###
[`v4.0.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.0.4):
Create Pull Request v4.0.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.0.3...v4.0.4)

⚙️ Fixes an issue that occurred when the local storage for a task on the
actions runner was not reset. This issue affected users using
[docker-github-actions-runner](https://redirect.github.com/myoung34/docker-github-actions-runner).

#### What's Changed

- feat: add `force` option to `tryFetch` by
[@&#8203;leeopop](https://redirect.github.com/leeopop) in
[https://github.com/peter-evans/create-pull-request/pull/1189](https://redirect.github.com/peter-evans/create-pull-request/pull/1189)

#### New Contributors

- [@&#8203;leeopop](https://redirect.github.com/leeopop) made their
first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1189](https://redirect.github.com/peter-evans/create-pull-request/pull/1189)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.0.3...v4.0.4

###
[`v4.0.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.0.3):
Create Pull Request v4.0.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.0.2...v4.0.3)

⚙️ Fixes an issue that occurred when the repository name was not cased
correctly.

#### What's Changed

- Update GA quote/ref in concepts-guidelines.md by
[@&#8203;dannyroberts](https://redirect.github.com/dannyroberts) in
[https://github.com/peter-evans/create-pull-request/pull/1169](https://redirect.github.com/peter-evans/create-pull-request/pull/1169)
- fix: avoid issue with case sensitivity of repo names by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1179](https://redirect.github.com/peter-evans/create-pull-request/pull/1179)

#### New Contributors

- [@&#8203;dannyroberts](https://redirect.github.com/dannyroberts) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1169](https://redirect.github.com/peter-evans/create-pull-request/pull/1169)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.0.2...v4.0.3

###
[`v4.0.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.0.2):
Create Pull Request v4.0.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.0.1...v4.0.2)

:gear: Fixes an issue that occurred when a pull request was created from
a repository fork (using `push-to-fork`), where the repository had been
renamed from its original name.

#### What's Changed

- fix: use full name for head branch to allow for repo renaming by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1164](https://redirect.github.com/peter-evans/create-pull-request/pull/1164)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.0.1...v4.0.2

###
[`v4.0.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.0.1):
Create Pull Request v4.0.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v4.0.0...v4.0.1)

#### What's Changed

- fix: strip optional '.git' suffix from https server remote name. by
[@&#8203;salexander6](https://redirect.github.com/salexander6) in
[https://github.com/peter-evans/create-pull-request/pull/1153](https://redirect.github.com/peter-evans/create-pull-request/pull/1153)
- Update distribution by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/peter-evans/create-pull-request/pull/1157](https://redirect.github.com/peter-evans/create-pull-request/pull/1157)
- 6 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)

#### New Contributors

- [@&#8203;salexander6](https://redirect.github.com/salexander6) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1153](https://redirect.github.com/peter-evans/create-pull-request/pull/1153)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v4.0.0...v4.0.1

###
[`v4.0.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v4.0.0):
Create Pull Request v4.0.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v3.14.0...v4.0.0)

#### Breaking changes

- The `add-paths` input no longer accepts `-A` as a valid value. When
committing all new and modified files the `add-paths` input should be
omitted.
- If using self-hosted runners or GitHub Enterprise Server, there are
minimum requirements for `v4` to run. See "What's new" below for
details.

#### What's new

-   Updated runtime to Node.js 16
- The action now requires a minimum version of v2.285.0 for the [Actions
Runner](https://redirect.github.com/actions/runner/releases/tag/v2.285.0).
- If using GitHub Enterprise Server, the action requires [GHES
3.4](https://docs.github.com/en/[email protected]/admin/release-notes)
or later.

#### What's Changed

- README.md: Add word "permissions" to part on GITHUB_TOKEN by
[@&#8203;hartwork](https://redirect.github.com/hartwork) in
[https://github.com/peter-evans/create-pull-request/pull/1082](https://redirect.github.com/peter-evans/create-pull-request/pull/1082)
- docs: Document how to improve close-and-reopen user experience by
[@&#8203;hartwork](https://redirect.github.com/hartwork) in
[https://github.com/peter-evans/create-pull-request/pull/1084](https://redirect.github.com/peter-evans/create-pull-request/pull/1084)
- README.md: Skip follow-up steps if there is no pull request by
[@&#8203;hartwork](https://redirect.github.com/hartwork) in
[https://github.com/peter-evans/create-pull-request/pull/1083](https://redirect.github.com/peter-evans/create-pull-request/pull/1083)
- v4 by [@&#8203;peter-evans](https://redirect.github.com/peter-evans)
in
[https://github.com/peter-evans/create-pull-request/pull/1099](https://redirect.github.com/peter-evans/create-pull-request/pull/1099)

#### New Contributors

- [@&#8203;hartwork](https://redirect.github.com/hartwork) made their
first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1082](https://redirect.github.com/peter-evans/create-pull-request/pull/1082)

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v3.14.0...v4.0.0

###
[`v3.14.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v3.14.0):
Create Pull Request v3.14.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v3.13.0...v3.14.0)

This release reverts a commit made to bump the runtime to node 16. It
inadvertently caused [an
issue](https://redirect.github.com/peter-evans/create-pull-request/issues/1077)
for users on GitHub Enterprise. Apologies. 🙇‍♂️

#### What's Changed

- feat: revert update action runtime to node 16 by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans)
https://github.com/peter-evans/create-pull-request/commit/18f7dc018cc2cd597073088f7c7591b9d1c02672

**Full Changelog**:
https://github.com/peter-evans/create-pull-request/compare/v3.13.0...v3.14.0

###
[`v3.13.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v3.13.0):
Create Pull Request v3.13.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v3.12.1...v3.13.0)

#### What's Changed

- Document that draft status changes are not reflected by
[@&#8203;willthames](https://redirect.github.com/willthames) in
[https://github.com/peter-evans/create-pull-request/pull/1064](https://redirect.github.com/peter-evans/create-pull-request/pull/1064)
- fix: remove unused draft param from pull update by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/1065](https://redirect.github.com/peter-evans/create-pull-request/pull/1065)
- Update action runtime to node 16 by
[@&#8203;sibiraj-s](https://redirect.github.com/sibiraj-s) in
[https://github.com/peter-evans/create-pull-request/pull/1074](https://redirect.github.com/peter-evans/create-pull-request/pull/1074)

#### New Contributors

- [@&#8203;willthames](https://redirect.github.com/willthames) made
their first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1064](https://redirect.github.com/peter-evans/create-pull-request/pull/1064)
- [@&#8203;sibiraj-s](https://redirect.github.com/sibiraj-s) made their
first contribution in
[https://github.com/peter-evans/create-pull-request/pull/1074](https://redirect.github.com/peter-evans/create-pull-request/pull/1074)

**Full Changelog**: http

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "before 4am on Monday" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsImltcGFjdC9uby1jaGFuZ2Vsb2ctcmVxdWlyZWQiXX0=-->

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Dec 2, 2024
1 parent e2dc753 commit 9f07b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make ci-mgmt
- name: Create PR (no linked issue)
uses: peter-evans/create-pull-request@v3.12.0
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
author: pulumi-bot <[email protected]>
base: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make ci-mgmt
- name: Create PR (no linked issue)
uses: peter-evans/create-pull-request@v3.12.0
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
author: pulumi-bot <[email protected]>
base: main
Expand Down

0 comments on commit 9f07b5e

Please sign in to comment.