-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: heckerdj/setup-python
base: main
head repository: actions/setup-python
compare: main
- 14 commits
- 102 files changed
- 12 contributors
Commits on Dec 30, 2025
-
Bump urllib3 from 2.5.0 to 2.6.0 in /__tests__/data (actions#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>
Configuration menu - View commit details
-
Copy full SHA for 4f41a90 - Browse repository at this point
Copy the full SHA 4f41a90View commit details
Commits on Jan 20, 2026
-
Upgrade @actions dependencies to Node 24 compatible versions (actions…
…#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>
Configuration menu - View commit details
-
Copy full SHA for bfe8cc5 - Browse repository at this point
Copy the full SHA bfe8cc5View commit details
Commits on Jan 22, 2026
-
Bump urllib3 from 2.6.0 to 2.6.3 in /__tests__/data (actions#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>
Configuration menu - View commit details
-
Copy full SHA for a309ff8 - Browse repository at this point
Copy the full SHA a309ff8View commit details
Commits on Mar 9, 2026
-
Bump minimatch from 3.1.2 to 3.1.5 (actions#1281)
* Bump minimatch from 3.1.2 to 3.1.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Check failure fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gowridurgad <gowridurgad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 28f2168 - Browse repository at this point
Copy the full SHA 28f2168View commit details
Commits on Apr 15, 2026
-
Upgrade @actions dependencies and update licenses (actions#1303)
Agent-Logs-Url: https://github.com/actions/setup-python/sessions/d7501c8f-2fae-40ed-a7fc-e78f5087585a Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8813ba - Browse repository at this point
Copy the full SHA c8813baView commit details
Commits on Jun 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fa8bde1 - Browse repository at this point
Copy the full SHA fa8bde1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4b74b - Browse repository at this point
Copy the full SHA 6f4b74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6eab6 - Browse repository at this point
Copy the full SHA dc6eab6View commit details -
Add RHEL support and include Linux distro in cache keys (actions#1323)
* Add RHEL support for manifest matching and OS detection * update dist * make cache keys distro-aware and key RHEL by major version * Normalize RHEL OS detection and improve cache key consistency * Refactor OS info retrieval to use getOSInfo and handle null cases for improved reliability
Configuration menu - View commit details
-
Copy full SHA for 0cb1a84 - Browse repository at this point
Copy the full SHA 0cb1a84View commit details
Commits on Jun 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6731c2b - Browse repository at this point
Copy the full SHA 6731c2bView commit details
Commits on Jun 23, 2026
-
Merge pull request actions#1324 from jasongin/update-actions-cache-5.1.0
Bump @actions/cache to 5.1.0, log cache write denied
Configuration menu - View commit details
-
Copy full SHA for 8f639b1 - Browse repository at this point
Copy the full SHA 8f639b1View commit details -
Update dependency versions and test workflow configuration (actions#1322
Configuration menu - View commit details
-
Copy full SHA for d2b357a - Browse repository at this point
Copy the full SHA d2b357aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d18d7a - Browse repository at this point
Copy the full SHA 1d18d7aView commit details -
Fix pip cache error handling on Windows. (actions#1040)
* Add error handling for Windows 'pip cache dir' execution * Add comments
Configuration menu - View commit details
-
Copy full SHA for ece7cb0 - Browse repository at this point
Copy the full SHA ece7cb0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main