)]}'
{
  "commit": "354803f705216cf575a849e1e50835a2c990a79c",
  "tree": "44eac609be47014969c8c8a030171a8624914b6b",
  "parents": [
    "d393fcbc5058823ad16fdbbd488d8a80caad18da"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Wed Jan 31 22:40:14 2024 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Jan 31 22:40:14 2024 +0000"
  },
  "message": "Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 (#142650)\n\nBumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/releases\"\u003epeter-evans/create-pull-request\u0027s releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eCreate Pull Request v6.0.0\u003c/h2\u003e\n\u003ch2\u003eBehaviour changes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe default values for \u003ccode\u003eauthor\u003c/code\u003e and \u003ccode\u003ecommitter\u003c/code\u003e have changed. See \u0026quot;What\u0027s new\u0026quot; below for details. If you are overriding the default values you will not be affected by this change.\u003c/li\u003e\n\u003cli\u003eOn completion, the action now removes the temporary git remote configuration it adds when using \u003ccode\u003epush-to-fork\u003c/code\u003e. This should not affect you unless you were using the temporary configuration for some other purpose after the action completes.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eWhat\u0027s new\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdated runtime to Node.js 20\n\u003cul\u003e\n\u003cli\u003eThe action now requires a minimum version of \u003ca href\u003d\"https://github.com/actions/runner/releases/tag/v2.308.0\"\u003ev2.308.0\u003c/a\u003e for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eThe default value for \u003ccode\u003eauthor\u003c/code\u003e has been changed to \u003ccode\u003e${{ github.actor }} \u0026lt;${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com\u0026gt;\u003c/code\u003e. The change adds the \u003ccode\u003e${{ github.actor_id }}+\u003c/code\u003e prefix to the email address to align with GitHub\u0027s standard format for the author email address.\u003c/li\u003e\n\u003cli\u003eThe default value for \u003ccode\u003ecommitter\u003c/code\u003e has been changed to \u003ccode\u003egithub-actions[bot] \u0026lt;41898282+github-actions[bot]@users.noreply.github.com\u0026gt;\u003c/code\u003e. This is to align with the default GitHub Actions bot user account.\u003c/li\u003e\n\u003cli\u003eAdds input \u003ccode\u003egit-token\u003c/code\u003e, the \u003ca href\u003d\"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token\"\u003ePersonal Access Token (PAT)\u003c/a\u003e that the action will use for git operations. This input defaults to the value of \u003ccode\u003etoken\u003c/code\u003e. 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.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003epush-to-fork\u003c/code\u003e now supports pushing to sibling repositories in the same network.\u003c/li\u003e\n\u003cli\u003ePreviously, when using \u003ccode\u003epush-to-fork\u003c/code\u003e, 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.\u003c/li\u003e\n\u003cli\u003eIf the pull request body is truncated due to exceeding the maximum length, the action will now suffix the body with the message \u0026quot;...\u003cem\u003e[Pull request body truncated]\u003c/em\u003e\u0026quot; to indicate that the body has been truncated.\u003c/li\u003e\n\u003cli\u003eThe action now uses \u003ccode\u003e--unshallow\u003c/code\u003e only when necessary, rather than as a default argument of \u003ccode\u003egit fetch\u003c/code\u003e. This should improve performance, particularly for large git repositories with extensive commit history.\u003c/li\u003e\n\u003cli\u003eThe action can now be executed on one GitHub server and create pull requests on a \u003cem\u003edifferent\u003c/em\u003e 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.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eWhat\u0027s Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate distribution by \u003ca href\u003d\"https://github.com/actions-bot\"\u003e\u003ccode\u003e@âactions-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2086\"\u003epeter-evans/create-pull-request#2086\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix crazy-max/ghaction-import-gp parameters by \u003ca href\u003d\"https://github.com/fharper\"\u003e\u003ccode\u003e@âfharper\u003c/code\u003e\u003c/a\u003e in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2177\"\u003epeter-evans/create-pull-request#2177\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate distribution by \u003ca href\u003d\"https://github.com/actions-bot\"\u003e\u003ccode\u003e@âactions-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2364\"\u003epeter-evans/create-pull-request#2364\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse checkout v4 by \u003ca href\u003d\"https://github.com/okuramasafumi\"\u003e\u003ccode\u003e@âokuramasafumi\u003c/code\u003e\u003c/a\u003e in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2521\"\u003epeter-evans/create-pull-request#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNote about \u003ccode\u003edelete-branch\u003c/code\u003e by \u003ca href\u003d\"https://github.com/dezren39\"\u003e\u003ccode\u003e@âdezren39\u003c/code\u003e\u003c/a\u003e in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2631\"\u003epeter-evans/create-pull-request#2631\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e98 dependency updates by \u003ca href\u003d\"https://github.com/dependabot\"\u003e\u003ccode\u003e@âdependabot\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/fharper\"\u003e\u003ccode\u003e@âfharper\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2177\"\u003epeter-evans/create-pull-request#2177\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/okuramasafumi\"\u003e\u003ccode\u003e@âokuramasafumi\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2521\"\u003epeter-evans/create-pull-request#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/dezren39\"\u003e\u003ccode\u003e@âdezren39\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/pull/2631\"\u003epeter-evans/create-pull-request#2631\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/b1ddad2c994a25fbc81a28b3ec0e368bb2021c50\"\u003e\u003ccode\u003eb1ddad2\u003c/code\u003e\u003c/a\u003e feat: v6 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2717\"\u003e#2717\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/bb809027fda03cc267431a7d36a88148eb9f3846\"\u003e\u003ccode\u003ebb80902\u003c/code\u003e\u003c/a\u003e build(deps-dev): bump \u003ccode\u003e@âtypes/node\u003c/code\u003e from 18.19.8 to 18.19.10 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2712\"\u003e#2712\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/e0037d470cdeb1c8133acfba89af08639bb69eb3\"\u003e\u003ccode\u003ee0037d4\u003c/code\u003e\u003c/a\u003e build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2702\"\u003e#2702\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/94b1f99e3a73880074d0e669c3b69d376cc8ceae\"\u003e\u003ccode\u003e94b1f99\u003c/code\u003e\u003c/a\u003e build(deps): bump peter-evans/find-comment from 2 to 3 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2703\"\u003e#2703\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/69c27eaf4a14a67b5362a51e681f83d3d5e0f96b\"\u003e\u003ccode\u003e69c27ea\u003c/code\u003e\u003c/a\u003e build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2685\"\u003e#2685\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/7ea722a0f6286a45eb3005280d83575a74bc8fef\"\u003e\u003ccode\u003e7ea722a\u003c/code\u003e\u003c/a\u003e build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2684\"\u003e#2684\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/5ee839affd4c87811108724370a2819a40e2e5d3\"\u003e\u003ccode\u003e5ee839a\u003c/code\u003e\u003c/a\u003e build(deps-dev): bump \u003ccode\u003e@âtypes/node\u003c/code\u003e from 18.19.7 to 18.19.8 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2683\"\u003e#2683\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/60fc256c678e6ed78d0d42e09675c9beba09cb94\"\u003e\u003ccode\u003e60fc256\u003c/code\u003e\u003c/a\u003e build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2660\"\u003e#2660\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/0c677233614c017442253060c74fd2cb7ff349fc\"\u003e\u003ccode\u003e0c67723\u003c/code\u003e\u003c/a\u003e build(deps-dev): bump \u003ccode\u003e@âtypes/node\u003c/code\u003e from 18.19.5 to 18.19.7 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2661\"\u003e#2661\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/commit/4e288e851b95bd1362e281a255094fcc47ada675\"\u003e\u003ccode\u003e4e288e8\u003c/code\u003e\u003c/a\u003e build(deps-dev): bump prettier from 3.1.1 to 3.2.2 (\u003ca href\u003d\"https://redirect.github.com/peter-evans/create-pull-request/issues/2659\"\u003e#2659\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href\u003d\"https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...b1ddad2c994a25fbc81a28b3ec0e368bb2021c50\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003dpeter-evans/create-pull-request\u0026package-manager\u003dgithub_actions\u0026previous-version\u003d5.0.2\u0026new-version\u003d6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don\u0027t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\u003c/details\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0ec8a67a8860b49a22ea9a95733e4fea86a673c1",
      "old_mode": 33188,
      "old_path": ".github/workflows/minimal.yml",
      "new_id": "9ff8bb67c20dde5725437624cb1ef7ac36be1bcc",
      "new_mode": 33188,
      "new_path": ".github/workflows/minimal.yml"
    }
  ]
}
