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: actions/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: actions/setup-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0
Choose a head ref
  • 3 commits
  • 87 files changed
  • 4 contributors

Commits on Dec 30, 2025

  1. Bump urllib3 from 2.5.0 to 2.6.0 in /__tests__/data (#1253)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.5.0...2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    4f41a90 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Upgrade @actions dependencies to Node 24 compatible versions (#1259)

    * Upgrade @actions dependencies to Node 24 compatible versions
    
    Upgrades the following @actions packages:
    - @actions/cache: ^4.0.3 → ^5.0.1
    - @actions/core: ^1.10.0 → ^2.0.1
    - @actions/exec: ^1.1.0 → ^2.0.0
    - @actions/http-client: ^2.2.3 → ^3.0.0
    - @actions/io: ^1.0.2 → ^2.0.0
    
    License updates:
    - Add blueoak-1.0.0 to allowed licenses (new transitive dependency: sax)
    - Add @actions/http-client to reviewed licenses (MIT licensed but detected as 'other')
    
    Also ran npm audit fix to resolve vulnerabilities.
    
    * update patch version
    
    * upgrade actions/checkout from v5 to v6
    
    * check failures fix
    
    * revert the pinned pipenv version
    
    * check failure fix
    
    * npm run build
    
    ---------
    
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    salmanmkc and aparnajyothi-y authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    bfe8cc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Bump urllib3 from 2.6.0 to 2.6.3 in /__tests__/data (#1264)

    * Bump urllib3 from 2.6.0 to 2.6.3 in /__tests__/data
    
    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.6.0...2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * check-failure fix
    
    * check failure fix
    
    * Bump urllib3 from 2.6.0 to 2.6.3 in /__tests__/data
    
    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.6.0...2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix for e2e-tests.yml failure and version update in packagejson
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    Co-authored-by: mahabaleshwars <147705296+mahabaleshwars@users.noreply.github.com>
    3 people authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    a309ff8 View commit details
    Browse the repository at this point in the history
Loading