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: JamesIves/github-pages-deploy-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.7.4
Choose a base ref
...
head repository: JamesIves/github-pages-deploy-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.6
Choose a head ref
  • 15 commits
  • 1,589 files changed
  • 4 contributors

Commits on Nov 4, 2025

  1. Fix integration tests failing on Debian Buster EOL (#1918)

    * Initial plan
    
    * Update container images to fix Debian Buster EOL issue
    
    Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com>
    Copilot and JamesIves authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    601634e View commit details
    Browse the repository at this point in the history
  2. Release 4.7.4 📣

    JamesIves committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    1fdcf73 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#1923)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    1f4d67d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. build(deps): bump typescript-eslint in the typescript group (#1921)

    Bumps the typescript group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `typescript-eslint` from 8.46.3 to 8.46.4
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      dependency-version: 8.46.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: typescript
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 30, 2025
    Configuration menu
    Copy the full SHA
    fb648b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    d8f448c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    f43d9b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. fix: cross-repo deployment with actions/checkout@v6 includeIf credent…

    …ials (#1929)
    
    * Initial plan
    
    * Add includeIf credential removal for actions/checkout@v6 compatibility
    
    Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com>
    
    * Clarify comment about regex capturing section name without .path suffix
    
    Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com>
    Copilot and JamesIves authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    1d137fd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump typescript-eslint in the typescript group (#1925)

    Bumps the typescript group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `typescript-eslint` from 8.48.0 to 8.48.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      dependency-version: 8.48.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: typescript
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    771d2b1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-node from 6.0.0 to 6.1.0 (#1927)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v6.0.0...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    f33629c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    f58e95e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef313c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump typescript-eslint in the typescript group (#1930)

    Bumps the typescript group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `typescript-eslint` from 8.48.1 to 8.49.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      dependency-version: 8.49.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: typescript
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    286f4ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83e989f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ad124c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d877ee View commit details
    Browse the repository at this point in the history
Loading