Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7
Choose a base ref
...
head repository: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8
Choose a head ref
  • 11 commits
  • 14 files changed
  • 7 contributors

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    994332d View commit details
    Browse the repository at this point in the history
  2. Update actions/checkout references to @v6 in docs (#4259)

    * Initial plan
    
    * Update actions/checkout references to @v6 in docs
    
    Co-authored-by: peter-evans <18365890+peter-evans@users.noreply.github.com>
    
    * Revert changes to docs/updating.md
    
    Co-authored-by: peter-evans <18365890+peter-evans@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: peter-evans <18365890+peter-evans@users.noreply.github.com>
    Copilot and peter-evans authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    41c0e4b View commit details
    Browse the repository at this point in the history
  3. feat: v8 (#4260)

    peter-evans authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    98357b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. README.md: bump given GitHub actions to their latest versions (#4265)

    Co-authored-by: Andreas Deininger <adeininger@urbanonline.de>
    deining and urban-adeininger authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    5b751cd View commit details
    Browse the repository at this point in the history
  2. docs: update readme

    peter-evans authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    0979079 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. build(deps): bump the github-actions group with 2 updates (#4273)

    Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/upload-artifact` from 5 to 6
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    Updates `actions/download-artifact` from 6 to 7
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    437c31a View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump the npm group with 2 updates (#4274)

    Bumps the npm group with 2 updates: [prettier](https://github.com/prettier/prettier) and [ts-jest](https://github.com/kulshekhar/ts-jest).
    
    
    Updates `prettier` from 3.7.3 to 3.7.4
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.7.3...3.7.4)
    
    Updates `ts-jest` from 29.4.5 to 29.4.6
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-version: 3.7.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: ts-jest
      dependency-version: 29.4.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    2271f1d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. build(deps-dev): bump undici from 6.22.0 to 6.23.0 (#4284)

    Bumps [undici](https://github.com/nodejs/undici) from 6.22.0 to 6.23.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v6.22.0...v6.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 6.23.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    641099d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34aa40e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. fix: Handle remote prune failures gracefully (#4295)

    Wrap the git remote prune command in a try-catch block to prevent
    the action from failing if the prune operation fails. Instead, log
    a warning message and allow the action to continue.
    
    Fixes edge cases where the prune command may fail on self-hosted
    runners but shouldn't block the pull request creation workflow.
    peter-evans authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7000124 View commit details
    Browse the repository at this point in the history
  2. feat: add @octokit/plugin-retry to handle retriable server errors (#4298

    )
    
    Add the retry plugin to automatically retry requests that fail with
    server errors (5xx status codes). Configure the plugin to exclude 429
    (rate limit) from retries since that is already handled by the
    throttling plugin.
    
    - Add @octokit/plugin-retry dependency
    - Register retry plugin in Octokit client
    - Export retryOptions with doNotRetry list excluding 429
    - Apply retryOptions in GitHubHelper constructor
    peter-evans authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    c0f553f View commit details
    Browse the repository at this point in the history
Loading