René's URL Explorer Experiment


Title: Bump the actions group across 1 directory with 8 updates by dependabot[bot] · Pull Request #31355 · matplotlib/matplotlib · GitHub

Open Graph Title: Bump the actions group across 1 directory with 8 updates by dependabot[bot] · Pull Request #31355 · matplotlib/matplotlib

X Title: Bump the actions group across 1 directory with 8 updates by dependabot[bot] · Pull Request #31355 · matplotlib/matplotlib

Description: Bumps the actions group with 8 updates in the / directory: Package From To actions/checkout 5.0.0 6.0.2 actions/setup-python 6.0.0 6.2.0 actions/upload-artifact 5.0.0 7.0.0 actions/download-artifact 8.0.0 8.0.1 github/codeql-action 4.32.6 4.34.1 actions/cache 5.0.3 5.0.4 j178/prek-action 1.1.1 2.0.0 codecov/codecov-action 5.5.2 5.5.3 Updates actions/checkout from 5.0.0 to 6.0.2 Release notes Sourced from actions/checkout's releases. v6.0.2 What's Changed Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by @​TingluoHuang in actions/checkout#2355 Fix tag handling: preserve annotations and explicit fetch-tags by @​ericsciple in actions/checkout#2356 Full Changelog: actions/checkout@v6.0.1...v6.0.2 v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @​ericsciple in actions/checkout#2314 Add worktree support for persist-credentials includeIf by @​ericsciple in actions/checkout#2327 Clarify v6 README by @​ericsciple in actions/checkout#2328 Full Changelog: actions/checkout@v6...v6.0.1 v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist creds to a separate file by @​ericsciple in actions/checkout#2286 v6-beta by @​ericsciple in actions/checkout#2298 update readme/changelog for v6 by @​ericsciple in actions/checkout#2311 Full Changelog: actions/checkout@v5.0.0...v6.0.0 v6-beta What's Changed Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config. This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios. v5.0.1 What's Changed Port v6 cleanup to v5 by @​ericsciple in actions/checkout#2301 Full Changelog: actions/checkout@v5...v5.0.1 Commits de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356) 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (... 8e8c483 Clarify v6 README (#2328) 033fa0d Add worktree support for persist-credentials includeIf (#2327) c2d88d3 Update all references from v5 and v4 to v6 (#2314) 1af3b93 update readme/changelog for v6 (#2311) 71cf226 v6-beta (#2298) 069c695 Persist creds to a separate file (#2286) ff7abcd Update README to include Node.js 24 support details and requirements (#2248) See full diff in compare view Updates actions/setup-python from 6.0.0 to 6.2.0 Release notes Sourced from actions/setup-python's releases. v6.2.0 What's Changed Dependency Upgrades Upgrade dependencies to Node 24 compatible versions by @​salmanmkc in actions/setup-python#1259 Upgrade urllib3 from 2.5.0 to 2.6.3 in /__tests__/data by @​dependabot in actions/setup-python#1253 and actions/setup-python#1264 Full Changelog: actions/setup-python@v6...v6.2.0 v6.1.0 What's Changed Enhancements: Add support for pip-install input by @​gowridurgad in actions/setup-python#1201 Add graalpy early-access and windows builds by @​timfel in actions/setup-python#880 Dependency and Documentation updates: Enhanced wording and updated example usage for allow-prereleases by @​yarikoptic in actions/setup-python#979 Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by @​dependabot in actions/setup-python#1139 Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by @​dependabot in actions/setup-python#1094 Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by @​dependabot in actions/setup-python#1199 Upgrade requests from 2.32.2 to 2.32.4 by @​dependabot in actions/setup-python#1130 Upgrade prettier from 3.5.3 to 3.6.2 by @​dependabot in actions/setup-python#1234 Upgrade @​types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by @​dependabot in actions/setup-python#1235 New Contributors @​yarikoptic made their first contribution in actions/setup-python#979 Full Changelog: actions/setup-python@v6...v6.1.0 Commits See full diff in compare view Updates actions/upload-artifact from 5.0.0 to 7.0.0 Release notes Sourced from actions/upload-artifact's releases. v7.0.0 v7 What's new Direct Uploads Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file. ESM To support new versions of the @actions/* packages, we've upgraded the package to ESM. What's Changed Add proxy integration test by @​Link- in actions/upload-artifact#754 Upgrade the module to ESM and bump dependencies by @​danwkennedy in actions/upload-artifact#762 Support direct file uploads by @​danwkennedy in actions/upload-artifact#764 New Contributors @​Link- made their first contribution in actions/upload-artifact#754 Full Changelog: actions/upload-artifact@v6...v7.0.0 v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed Upload Artifact Node 24 support by @​salmanmkc in actions/upload-artifact#719 fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in actions/upload-artifact#745 Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 Commits bbbca2d Support direct file uploads (#764) 589182c Upgrade the module to ESM and bump dependencies (#762) 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests 02a8460 Add proxy integration test b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README ddc45ed docs: update README to correct action name for Node.js 24 support 615b319 chore: release v6.0.0 for Node.js 24 support 017748b Merge pull request #744 from actions/fix-storage-blob 38d4c79 chore: rebuild dist Additional commits viewable in compare view Updates actions/download-artifact from 8.0.0 to 8.0.1 Release notes Sourced from actions/download-artifact's releases. v8.0.1 What's Changed Support for CJK characters in the artifact name by @​danwkennedy in actions/download-artifact#471 Add a regression test for artifact name + content-type mismatches by @​danwkennedy in actions/download-artifact#472 Full Changelog: actions/download-artifact@v8...v8.0.1 Commits 3e5f45b Add regression tests for CJK characters (#471) e6d03f6 Add a regression test for artifact name + content-type mismatches (#472) See full diff in compare view Updates github/codeql-action from 4.32.6 to 4.34.1 Release notes Sourced from github/codeql-action's releases. v4.34.1 Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762 v4.34.0 Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569 We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584 Update default CodeQL bundle version to 2.25.0. #3585 v4.33.0 Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562 To opt out of this change: Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow. User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow. User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow. Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557 The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559 Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563 Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564 A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570 Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. [UNRELEASED] No user facing changes. 4.34.1 - 20 Mar 2026 Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762 4.34.0 - 20 Mar 2026 Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569 We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584 Update default CodeQL bundle version to 2.25.0. #3585 4.33.0 - 16 Mar 2026 Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562 To opt out of this change: Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow. User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow. User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow. Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557 The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559 Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563 Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564 A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570 4.32.6 - 05 Mar 2026 Update default CodeQL bundle version to 2.24.3. #3548 4.32.5 - 02 Mar 2026 Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507 Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487 The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515 Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516 Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498 Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512 The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504 4.32.4 - 20 Feb 2026 Update default CodeQL bundle version to 2.24.2. #3493 Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473 ... (truncated) Commits 3869755 Merge pull request #3763 from github/update-v4.34.1-095e0fe50 20e68ac Update changelog for v4.34.1 095e0fe Merge pull request #3762 from github/henrymercer/downgrade-default-bundle 47b94fe Add changelog note 51a1d69 Downgrade default bundle to codeql-bundle-v2.24.3 510cf73 Merge pull request #3589 from github/mergeback/v4.34.0-to-main-c6f93110 89f0c86 Rebuild c3f90ba Update changelog and version after v4.34.0 c6f9311 Merge pull request #3588 from github/update-v4.34.0-30c555a52 eeb9b3f Update changelog for v4.34.0 Additional commits viewable in compare view Updates actions/cache from 5.0.3 to 5.0.4 Release notes Sourced from actions/cache's releases. v5.0.4 What's Changed Add release instructions and update maintainer docs by @​Link- in actions/cache#1696 Potential fix for code scanning alert no. 52: Workflow does not contain permissions by @​Link- in actions/cache#1697 Fix workflow permissions and cleanup workflow names / formatting by @​Link- in actions/cache#1699 docs: Update examples to use the latest version by @​XZTDean in actions/cache#1690 Fix proxy integration tests by @​Link- in actions/cache#1701 Fix cache key in examples.md for bun.lock by @​RyPeck in actions/cache#1722 Update dependencies & patch security vulnerabilities by @​Link- in actions/cache#1738 New Contributors @​XZTDean made their first contribution in actions/cache#1690 @​RyPeck made their first contribution in actions/cache#1722 Full Changelog: actions/cache@v5...v5.0.4 Changelog Sourced from actions/cache's changelog. Releases How to prepare a release [!NOTE] Relevant for maintainers with write access only. Switch to a new branch from main. Run npm test to ensure all tests are passing. Update the version in https://github.com/actions/cache/blob/main/package.json. Run npm run build to update the compiled files. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section. Run licensed cache to update the license report. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions. Commit your changes and push your branch upstream. Open a pull request against main and get it reviewed and merged. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json Create a new tag with the version number. Auto generate release notes and update them to match the changes you made in RELEASES.md. Toggle the set as the latest release option. Publish the release. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml There should be a workflow run queued with the same version number. Approve the run to publish the new version and update the major tags for this action. Changelog 5.0.4 Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns) Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes) Bump fast-xml-parser to v5.5.6 5.0.3 Bump @actions/cache to v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33) Bump @actions/core to v2.0.3 5.0.2 Bump @actions/cache to v5.0.3 #1692 5.0.1 Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685 5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. ... (truncated) Commits 6682284 Merge pull request #1738 from actions/prepare-v5.0.4 e340396 Update RELEASES 8a67110 Add licenses 1865903 Update dependencies & patch security vulnerabilities 5656298 Merge pull request #1722 from RyPeck/patch-1 4e380d1 Fix cache key in examples.md for bun.lock b7e8d49 Merge pull request #1701 from actions/Link-/fix-proxy-integration-tests 984a21b Add traffic sanity check step acf2f1f Fix resolution 95a07c5 Add wait for proxy Additional commits viewable in compare view Updates j178/prek-action from 1.1.1 to 2.0.0 Release notes Sourced from j178/prek-action's releases. v2.0.0 What's Changed Completely rewritten in TypeScript for a more maintainable and modern implementation (#76) prek-version now supports semver ranges such as 0.3.x, with faster and more reliable version resolution (#81, #80, #92, #94, #100) Downloaded prek archives are now validated against known checksums before install (#83) Added show-verbose-logs to control whether verbose prek logs are printed after the run (#78) Improved caching behavior with an explicit cache input, a new cache-hit output, corrected cache path resolution, and fixes for redundant cache saves (#91, #102, #110, #111) Improved Windows install performance by optimizing ZIP extraction (#96) Full Changelog: j178/prek-action@v1...v2.0.0 v2.0.0-beta.6 What's Changed Migrate formatting to Biome by @​j178 in j178/prek-action#103 Modernize ESM build and test workflow by @​j178 in j178/prek-action#107 Migrate tests to Vitest by @​j178 in j178/prek-action#109 Update dependency esbuild to ^0.27.0 by @​renovate[bot] in j178/prek-action#108 Full Changelog: j178/prek-action@v2.0.0-beta.5...v2.0.0-beta.6 v2.0.0-beta.5 What's Changed Add version manifest file by @​j178 in j178/prek-action#101 Move version manifest out of bundle by @​j178 in j178/prek-action#100 Fix cache path resolution to match prek's own behavior by @​shaanmajid in j178/prek-action#102 Full Changelog: j178/prek-action@v2.0.0-beta.4...v2.0.0-beta.5 v2.0.0-beta.4 What's Changed Improve version resolution fast paths by @​j178 in j178/prek-action#94 Optimize Windows zip extraction by @​j178 in j178/prek-action#96 Improve manifest update PR details by @​j178 in j178/prek-action#97 Update prek version manifest for prek 0.3.6 by @​github-actions[bot] in j178/prek-action#98 New Contributors @​github-actions[bot] made their first contribution in j178/prek-action#98 Full Changelog: j178/prek-action@v2.0.0-beta.3...v2.0.0-beta.4 v2.0.0-beta.3 What's Changed Add debug logging for version resolution by @​j178 in j178/prek-action#85 Rework release workflow for manual dispatch by @​j178 in j178/prek-action#86 Document moving major tags in README by @​j178 in j178/prek-action#87 ci(renovate): add npm manager, remove stale cargo manager by @​shaanmajid in j178/prek-action#88 chore: remove zizmor github-env exception for action.yaml by @​shaanmajid in j178/prek-action#89 ... (truncated) Commits 79f7655 Use prek-action@v2 in README (#99) b42be1f Add explicit cache input to enable/disable caching (#111) 7774ba8 Action interface cleanup: deprecate inputs, add cache-hit output, fix extra-a... ae5fe13 Update dependency esbuild to ^0.27.0 (#108) 69c8a2b Migrate tests to Vitest (#109) d75b145 Modernize ESM build and test workflow (#107) 9bbd795 Make getPrekCacheDir log inside group 670edba Rename ci.yaml to ci.yml 594f2e4 Migrate formatting to Biome (#103) afbb103 Fix cache path resolution to match prek's own behavior (#102) Additional commits viewable in compare view Updates codecov/codecov-action from 5.5.2 to 5.5.3 Release notes Sourced from codecov/codecov-action's releases. v5.5.3 What's Changed build(deps): bump actions/github-script from 7.0.1 to 8.0.0 by @​dependabot[bot] in codecov/codecov-action#1874 chore(release): bump to 5.5.3 by @​thomasrockhu-codecov in codecov/codecov-action#1922 Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3 Changelog Sourced from codecov/codecov-action's changelog. v5.5.2 What's Changed Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2 v5.5.1 What's Changed fix: overwrite pr number on fork by @​thomasrockhu-codecov in codecov/codecov-action#1871 build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @​app/dependabot in codecov/codecov-action#1868 build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by @​app/dependabot in codecov/codecov-action#1867 fix: update to use local app/ dir by @​thomasrockhu-codecov in codecov/codecov-action#1872 docs: fix typo in README by @​datalater in codecov/codecov-action#1866 Document a codecov-cli version reference example by @​webknjaz in codecov/codecov-action#1774 build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by @​app/dependabot in codecov/codecov-action#1861 build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @​app/dependabot in codecov/codecov-action#1833 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1 v5.5.0 What's Changed feat: upgrade wrapper to 0.2.4 by @​jviall in codecov/codecov-action#1864 Pin actions/github-script by Git SHA by @​martincostello in codecov/codecov-action#1859 fix: check reqs exist by @​joseph-sentry in codecov/codecov-action#1835 fix: Typo in README by @​spalmurray in codecov/codecov-action#1838 docs: Refine OIDC docs by @​spalmurray in codecov/codecov-action#1837 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by @​app/dependabot in codecov/codecov-action#1829 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0 v5.4.3 What's Changed build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by @​app/dependabot in codecov/codecov-action#1822 fix: OIDC on forks by @​joseph-sentry in codecov/codecov-action#1823 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3 v5.4.2 ... (truncated) Commits 1af5884 chore(release): bump to 5.5.3 (#1922) c143300 build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874) See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the actions group with 8 updates in the / directory: Package From To actions/checkout 5.0.0 6.0.2 actions/setup-python 6.0.0 6.2.0 actions/upload-artifact 5.0.0 7.0.0 actions/dow...

X Description: Bumps the actions group with 8 updates in the / directory: Package From To actions/checkout 5.0.0 6.0.2 actions/setup-python 6.0.0 6.2.0 actions/upload-artifact 5.0.0 7.0.0 actions/dow...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/31355

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9fb99a22-d495-c0c0-7c48-1573891e40eb
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD624:3194B9:A8B28F:E683A2:6A52056C
html-safe-noncef3062dc3521e8a146c2774fc5a68b996ad35f77a40653a295c9f0d1c85f5a145
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENjI0OjMxOTRCOTpBOEIyOEY6RTY4M0EyOjZBNTIwNTZDIiwidmlzaXRvcl9pZCI6IjU3ODE0NjExNzgzNTA5NjIwMjgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7797944f88348647f6312aabba651224205614783b70e4fe1999733fe3205ad5
hovercard-subject-tagpull_request:3435675460
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/31355/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the actions group with 8 updates in the / directory: Package From To actions/checkout 5.0.0 6.0.2 actions/setup-python 6.0.0 6.2.0 actions/upload-artifact 5.0.0 7.0.0 actions/dow...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/31355/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F31355%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F31355%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/31355/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/31355/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/31355/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31355/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31355/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
QuLogichttps://github.com/QuLogic
mainhttps://github.com/matplotlib/matplotlib/tree/main
dependabot/github_actions/actions-db7acf3082https://github.com/matplotlib/matplotlib/tree/dependabot/github_actions/actions-db7acf3082
Conversation 3 https://github.com/matplotlib/matplotlib/pull/31355
Commits 2 https://github.com/matplotlib/matplotlib/pull/31355/commits
Checks 49 https://github.com/matplotlib/matplotlib/pull/31355/checks
Files changed https://github.com/matplotlib/matplotlib/pull/31355/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31355/files
Bump the actions group across 1 directory with 8 updates https://github.com/matplotlib/matplotlib/pull/31355/files#top
Show all changes 2 commits https://github.com/matplotlib/matplotlib/pull/31355/files
83d3483 Bump the actions group across 1 directory with 8 updates dependabot[bot] Mar 23, 2026 https://github.com/matplotlib/matplotlib/pull/31355/commits/83d348384d3ed488564c3340d0d26f0383ff2734
9bd847b ci: Switch autoclose actions to SHA hashes QuLogic Mar 24, 2026 https://github.com/matplotlib/matplotlib/pull/31355/commits/9bd847b9ed948a2551074280a810ca014b7a129f
Clear filters https://github.com/matplotlib/matplotlib/pull/31355/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31355/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31355/files
autoclose_schedule.yml https://github.com/matplotlib/matplotlib/pull/31355/files#diff-564281141d1be7eefe8f6b24f078862957dc7413b482ce412dc467faa6fc9647
cibuildwheel.yml https://github.com/matplotlib/matplotlib/pull/31355/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
codeql-analysis.yml https://github.com/matplotlib/matplotlib/pull/31355/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
cygwin.yml https://github.com/matplotlib/matplotlib/pull/31355/files#diff-ef0e74b89540ddf3364d3cf302b4313367492eafc22d068b36bd0bbf50f8a6ca
linting.yml https://github.com/matplotlib/matplotlib/pull/31355/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
tests.yml https://github.com/matplotlib/matplotlib/pull/31355/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
wasm.yml https://github.com/matplotlib/matplotlib/pull/31355/files#diff-7985cab97a05bfe5fc9e7b10f0a11e6889e2eddf3f937bb16f85e14409e3b35e
.github/workflows/autoclose_schedule.ymlhttps://github.com/matplotlib/matplotlib/pull/31355/files#diff-564281141d1be7eefe8f6b24f078862957dc7413b482ce412dc467faa6fc9647
View file https://github.com/matplotlib/matplotlib/blob/9bd847b9ed948a2551074280a810ca014b7a129f/.github/workflows/autoclose_schedule.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31355/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-564281141d1be7eefe8f6b24f078862957dc7413b482ce412dc467faa6fc9647
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-564281141d1be7eefe8f6b24f078862957dc7413b482ce412dc467faa6fc9647
.github/workflows/cibuildwheel.ymlhttps://github.com/matplotlib/matplotlib/pull/31355/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
View file https://github.com/matplotlib/matplotlib/blob/9bd847b9ed948a2551074280a810ca014b7a129f/.github/workflows/cibuildwheel.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31355/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
.github/workflows/codeql-analysis.ymlhttps://github.com/matplotlib/matplotlib/pull/31355/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
View file https://github.com/matplotlib/matplotlib/blob/9bd847b9ed948a2551074280a810ca014b7a129f/.github/workflows/codeql-analysis.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31355/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
.github/workflows/cygwin.ymlhttps://github.com/matplotlib/matplotlib/pull/31355/files#diff-ef0e74b89540ddf3364d3cf302b4313367492eafc22d068b36bd0bbf50f8a6ca
View file https://github.com/matplotlib/matplotlib/blob/9bd847b9ed948a2551074280a810ca014b7a129f/.github/workflows/cygwin.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31355/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-ef0e74b89540ddf3364d3cf302b4313367492eafc22d068b36bd0bbf50f8a6ca
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-ef0e74b89540ddf3364d3cf302b4313367492eafc22d068b36bd0bbf50f8a6ca
.github/workflows/linting.ymlhttps://github.com/matplotlib/matplotlib/pull/31355/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
View file https://github.com/matplotlib/matplotlib/blob/9bd847b9ed948a2551074280a810ca014b7a129f/.github/workflows/linting.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31355/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
.github/workflows/tests.ymlhttps://github.com/matplotlib/matplotlib/pull/31355/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
View file https://github.com/matplotlib/matplotlib/blob/9bd847b9ed948a2551074280a810ca014b7a129f/.github/workflows/tests.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31355/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
.github/workflows/wasm.ymlhttps://github.com/matplotlib/matplotlib/pull/31355/files#diff-7985cab97a05bfe5fc9e7b10f0a11e6889e2eddf3f937bb16f85e14409e3b35e
View file https://github.com/matplotlib/matplotlib/blob/9bd847b9ed948a2551074280a810ca014b7a129f/.github/workflows/wasm.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31355/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-7985cab97a05bfe5fc9e7b10f0a11e6889e2eddf3f937bb16f85e14409e3b35e
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-7985cab97a05bfe5fc9e7b10f0a11e6889e2eddf3f937bb16f85e14409e3b35e
https://github.com/matplotlib/matplotlib/pull/31355/files#diff-7985cab97a05bfe5fc9e7b10f0a11e6889e2eddf3f937bb16f85e14409e3b35e
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31355/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.