Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #82 · QuantStack/git2cpp · GitHub
Open Graph Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #82 · QuantStack/git2cpp
X Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #82 · QuantStack/git2cpp
Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-pages-artifact.
Updates actions/checkout from 3 to 6
Release notes
Sourced from actions/checkout's releases.
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
v5.0.0
What's Changed
Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226
Prepare v5.0.0 release by @salmanmkc in actions/checkout#2238
⚠️ Minimum Compatible Runner Version
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v4.3.1
What's Changed
Port v6 cleanup to v4 by @ericsciple in actions/checkout#2305
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0
What's Changed
docs: update README.md by @motss in actions/checkout#1971
Add internal repos for checking out multiple repositories by @mouismail in actions/checkout#1977
Documentation update - add recommended permissions to Readme by @benwells in actions/checkout#2043
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v6.0.2
Fix tag handling: preserve annotations and explicit fetch-tags by @ericsciple in actions/checkout#2356
v6.0.1
Add worktree support for persist-credentials includeIf by @ericsciple in actions/checkout#2327
v6.0.0
Persist creds to a separate file by @ericsciple in actions/checkout#2286
Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248
v5.0.1
Port v6 cleanup to v5 by @ericsciple in actions/checkout#2301
v5.0.0
Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226
v4.3.1
Port v6 cleanup to v4 by @ericsciple in actions/checkout#2305
v4.3.0
docs: update README.md by @motss in actions/checkout#1971
Add internal repos for checking out multiple repositories by @mouismail in actions/checkout#1977
Documentation update - add recommended permissions to Readme by @benwells in actions/checkout#2043
Adjust positioning of user email note and permissions heading by @joshmgross in actions/checkout#2044
Update README.md by @nebuk89 in actions/checkout#2194
Update CODEOWNERS for actions by @TingluoHuang in actions/checkout#2224
Update package dependencies by @salmanmkc in actions/checkout#2236
v4.2.2
url-helper.ts now leverages well-known environment variables by @jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @lucacome in actions/checkout#1180
Dependency updates by @dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @dependabot in actions/checkout#1697
Check out other refs/* by commit by @orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @cory-miller in actions/checkout#1732
... (truncated)
Commits
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)
08c6903 Prepare v5.0.0 release (#2238)
9f26565 Update actions checkout to use node 24 (#2226)
08eba0b Prepare release v4.3.0 (#2237)
Additional commits viewable in compare view
Updates actions/setup-python from 5 to 6
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/setup-python#1164
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
Add support for pip-version by @priyagupta108 in actions/setup-python#1129
Enhance reading from .python-version by @krystof-k in actions/setup-python#787
Add version parsing from Pipfile by @aradkdj in actions/setup-python#1067
Bug fixes:
Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by @aparnajyothi-y in actions/setup-python#1183
Change missing cache directory error to warning by @aparnajyothi-y in actions/setup-python#1182
Add Architecture-Specific PATH Management for Python with --user Flag on Windows by @aparnajyothi-y in actions/setup-python#1122
Include python version in PyPy python-version output by @cdce8p in actions/setup-python#1110
Update docs: clarification on pip authentication with setup-python by @priya-kinthali in actions/setup-python#1156
Dependency updates:
Upgrade idna from 2.9 to 3.7 in /tests/data by @dependabot[bot] in actions/setup-python#843
Upgrade form-data to fix critical vulnerabilities #182 & #183 by @aparnajyothi-y in actions/setup-python#1163
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by @aparnajyothi-y in actions/setup-python#1165
Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in actions/setup-python#1181
Upgrade @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot[bot] in actions/setup-python#1095
New Contributors
@krystof-k made their first contribution in actions/setup-python#787
@cdce8p made their first contribution in actions/setup-python#1110
@aradkdj made their first contribution in actions/setup-python#1067
Full Changelog: actions/setup-python@v5...v6.0.0
v5.6.0
What's Changed
Workflow updates related to Ubuntu 20.04 by @aparnajyothi-y in actions/setup-python#1065
Fix for Candidate Not Iterable Error by @aparnajyothi-y in actions/setup-python#1082
Upgrade semver and @types/semver by @dependabot in actions/setup-python#1091
Upgrade prettier from 2.8.8 to 3.5.3 by @dependabot in actions/setup-python#1046
Upgrade ts-jest from 29.1.2 to 29.3.2 by @dependabot in actions/setup-python#1081
Full Changelog: actions/setup-python@v5...v5.6.0
v5.5.0
What's Changed
Enhancements:
Support free threaded Python versions like '3.13t' by @colesbury in actions/setup-python#973
Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade @action/cache from 4.0.0 to 4.0.3 by @priya-kinthali in actions/setup-python#1056
Add support for .tool-versions file in setup-python by @mahabaleshwars in actions/setup-python#1043
Bug fixes:
Fix architecture for pypy on Linux ARM64 by @mayeut in actions/setup-python#1011
This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
... (truncated)
Commits
83679a8 Bump @types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...
bfc4944 Bump prettier from 3.5.3 to 3.6.2 (#1234)
97aeb3e Bump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)
443da59 Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...
cfd55ca graalpy: add graalpy early-access and windows builds (#880)
bba65e5 Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)
18566f8 Improve wording and "fix example" (remove 3.13) on testing against pre-releas...
2e3e4b1 Add support for pip-install input (#1201)
4267e28 Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c...
e797f83 Upgrade to node 24 (#1164)
Additional commits viewable in compare view
Updates actions/upload-pages-artifact from 3 to 4
Release notes
Sourced from actions/upload-pages-artifact's releases.
v4.0.0
What's Changed
Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by @tsusdere in actions/upload-pages-artifact#102
If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation
Pin actions/upload-artifact to SHA by @heavymachinery in actions/upload-pages-artifact#127
Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0
v3.0.1
Changelog
Group tar's output to prevent it from messing up action logs @SilverRainZ (#94)
Update README.md @uiolee (#88)
Bump the non-breaking-changes group with 1 update @dependabot (#92)
Update Dependabot config to group non-breaking changes @JamesMGreene (#91)
Bump actions/checkout from 3 to 4 @dependabot (#76)
See details of all code changes since previous release.
Commits
7b1f4a7 Merge pull request #127 from heavymachinery/pin-sha
4cc19c7 Pin actions/upload-artifact to SHA
2d163be Merge pull request #107 from KittyChiu/main
c704843 fix: linted README
9605915 Merge pull request #106 from KittyChiu/kittychiu/update-readme-1
e59cdfe Update README.md
a2d6704 doc: updated usage section in readme
984864e Merge pull request #105 from actions/Jcambass-patch-1
45dc788 Add workflow file for publishing releases to immutable action package
efaad07 Merge pull request #102 from actions/hidden-files
Additional commits viewable 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 merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-pages-artifact. Updates actions/checkout from 3 to 6 Release notes Sourced from actions/checkout...
X Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-pages-artifact. Updates actions/checkout from 3 to 6 Release notes Sourced from actions/checkout&a...
Opengraph URL: https://github.com/QuantStack/git2cpp/pull/82
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:d136e7c5-7923-19e5-b9b8-20f1c3d1c190 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | E726:99C6C:4FD516:6E5704:69721637 |
| html-safe-nonce | ee2fb1c71dbea6486c368bf8ab3aa8ffcc155442641cec3b30c9f7cb2aa14268 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzI2Ojk5QzZDOjRGRDUxNjo2RTU3MDQ6Njk3MjE2MzciLCJ2aXNpdG9yX2lkIjoiMzc2MTE0NTA5MDk5NDczODc0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | a0ac8362f76ad902769d5b2377d6d0e2de1b9bca78d1ee27e099b57068e34ea9 |
| hovercard-subject-tag | pull_request:3189649875 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/QuantStack/git2cpp/pull/82/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-pages-artifact. Updates actions/checkout from 3 to 6 Release notes Sourced from actions/checkout... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 7aea209b12f15b5742ac38170cf1d21874bf205eb5ad0cac666cd92599fc4cbc |
| turbo-cache-control | no-preview |
| go-import | github.com/QuantStack/git2cpp git https://github.com/QuantStack/git2cpp.git |
| octolytics-dimension-user_id | 19627246 |
| octolytics-dimension-user_login | QuantStack |
| octolytics-dimension-repository_id | 988433538 |
| octolytics-dimension-repository_nwo | QuantStack/git2cpp |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 988433538 |
| octolytics-dimension-repository_network_root_nwo | QuantStack/git2cpp |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 3ff289e97142545d3d22ade4ca0ecba5005b7322 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width