-
Notifications
You must be signed in to change notification settings - Fork 731
Comparing changes
Open a pull request
base repository: actions/setup-python
base: v6.2.0
head repository: actions/setup-python
compare: v7.0.0
- 19 commits
- 91 files changed
- 13 contributors
Commits on Mar 9, 2026
-
Bump minimatch from 3.1.2 to 3.1.5 (#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] <[email protected]> * Check failure fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gowridurgad <[email protected]>
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 (#1303)
Agent-Logs-Url: https://github.com/actions/setup-python/sessions/d7501c8f-2fae-40ed-a7fc-e78f5087585a Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: gowridurgad <[email protected]>
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 (#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 #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 (#1322)
* chore: update dependencies in project configuration files * Add bootstrap step for packaging tools Added a step to bootstrap packaging tools before installing dependencies. * Resolve audit issues --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]>
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. (#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
Commits on Jul 10, 2026
-
Bump certifi from 2020.6.20 to 2024.7.4 in /__tests__/data (#1328)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2024.7.4. - [Commits](certifi/python-certifi@2020.06.20...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0903b46 - Browse repository at this point
Copy the full SHA 0903b46View commit details
Commits on Jul 13, 2026
-
remove EOL Python versions and Bumps numpy text fixture (#1333)
* remove EOL Python versions * Fix typo in comments for executable suffix removal in test-pypy.yml
Configuration menu - View commit details
-
Copy full SHA for 6849080 - Browse repository at this point
Copy the full SHA 6849080View commit details -
Co-authored-by: lmvysakh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c709277 - Browse repository at this point
Copy the full SHA c709277View commit details
Commits on Jul 14, 2026
-
Validate and retry manifest fetch to prevent silent failures (#1332)
* validate and retry manifest fetch * Refactor error handling in isRateLimitError function for improved clarity
Configuration menu - View commit details
-
Copy full SHA for 54baeea - Browse repository at this point
Copy the full SHA 54baeeaView commit details
Commits on Jul 15, 2026
-
Migrate to ESM and upgrade dependencies (#1330)
* Migrate to ESM and upgrade dependencies * Add ESM migration note to README for V7 * Remove unnecessary devDependencies: ts-node, @types/jest * npm audit fix * Upgrade @types/node to version 26.0.0 * Clarify ESM migration details in README for V7 * Update README and dependencies * Fix lint issue
Configuration menu - View commit details
-
Copy full SHA for f8cf429 - Browse repository at this point
Copy the full SHA f8cf429View commit details
Commits on Jul 16, 2026
-
Remove the pip-install input (#1336)
* Remove the pip-install input * Resloves merge conflicts --------- Co-authored-by: gowridurgad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f3a009 - Browse repository at this point
Copy the full SHA 0f3a009View commit details -
Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6…
…-2-0 chore(deps): bump @actions/cache to 6.2.0
Configuration menu - View commit details
-
Copy full SHA for 4ab7e95 - Browse repository at this point
Copy the full SHA 4ab7e95View commit details
Commits on Jul 20, 2026
-
Pin SHA commits and update docs with latest versions (#1338)
* Update GitHub Actions to use checkout and setup-python actions version 7 * Fix formatting in publish-immutable-actions.yml
Configuration menu - View commit details
-
Copy full SHA for 5fda3b9 - Browse repository at this point
Copy the full SHA 5fda3b9View 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 v6.2.0...v7.0.0