René's URL Explorer Experiment


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 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 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

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:d136e7c5-7923-19e5-b9b8-20f1c3d1c190
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idE726:99C6C:4FD516:6E5704:69721637
html-safe-nonceee2fb1c71dbea6486c368bf8ab3aa8ffcc155442641cec3b30c9f7cb2aa14268
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzI2Ojk5QzZDOjRGRDUxNjo2RTU3MDQ6Njk3MjE2MzciLCJ2aXNpdG9yX2lkIjoiMzc2MTE0NTA5MDk5NDczODc0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca0ac8362f76ad902769d5b2377d6d0e2de1b9bca78d1ee27e099b57068e34ea9
hovercard-subject-tagpull_request:3189649875
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/QuantStack/git2cpp/pull/82/checks
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 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None7aea209b12f15b5742ac38170cf1d21874bf205eb5ad0cac666cd92599fc4cbc
turbo-cache-controlno-preview
go-importgithub.com/QuantStack/git2cpp git https://github.com/QuantStack/git2cpp.git
octolytics-dimension-user_id19627246
octolytics-dimension-user_loginQuantStack
octolytics-dimension-repository_id988433538
octolytics-dimension-repository_nwoQuantStack/git2cpp
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id988433538
octolytics-dimension-repository_network_root_nwoQuantStack/git2cpp
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3ff289e97142545d3d22ade4ca0ecba5005b7322
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/QuantStack/git2cpp/pull/82/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuantStack%2Fgit2cpp%2Fpull%2F82%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2FQuantStack%2Fgit2cpp%2Fpull%2F82%2Fchecks
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%2Fchecks&source=header-repo&source_repo=QuantStack%2Fgit2cpp
Reloadhttps://github.com/QuantStack/git2cpp/pull/82/checks
Reloadhttps://github.com/QuantStack/git2cpp/pull/82/checks
Reloadhttps://github.com/QuantStack/git2cpp/pull/82/checks
QuantStack https://github.com/QuantStack
git2cpphttps://github.com/QuantStack/git2cpp
Notifications https://github.com/login?return_to=%2FQuantStack%2Fgit2cpp
Fork 5 https://github.com/login?return_to=%2FQuantStack%2Fgit2cpp
Star 2 https://github.com/login?return_to=%2FQuantStack%2Fgit2cpp
Code https://github.com/QuantStack/git2cpp
Issues 12 https://github.com/QuantStack/git2cpp/issues
Pull requests 1 https://github.com/QuantStack/git2cpp/pulls
Actions https://github.com/QuantStack/git2cpp/actions
Projects 0 https://github.com/QuantStack/git2cpp/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/QuantStack/git2cpp/security
Please reload this pagehttps://github.com/QuantStack/git2cpp/pull/82/checks
Insights https://github.com/QuantStack/git2cpp/pulse
Code https://github.com/QuantStack/git2cpp
Issues https://github.com/QuantStack/git2cpp/issues
Pull requests https://github.com/QuantStack/git2cpp/pulls
Actions https://github.com/QuantStack/git2cpp/actions
Projects https://github.com/QuantStack/git2cpp/projects
Security https://github.com/QuantStack/git2cpp/security
Insights https://github.com/QuantStack/git2cpp/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FQuantStack%2Fgit2cpp%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FQuantStack%2Fgit2cpp%2Fissues%2Fnew%2Fchoose
ianthomas23https://github.com/ianthomas23
mainhttps://github.com/QuantStack/git2cpp/tree/main
dependabot/github_actions/actions-5c6790745ahttps://github.com/QuantStack/git2cpp/tree/dependabot/github_actions/actions-5c6790745a
Conversation 0 https://github.com/QuantStack/git2cpp/pull/82
Commits 1 https://github.com/QuantStack/git2cpp/pull/82/commits
Checks 1 https://github.com/QuantStack/git2cpp/pull/82/checks
Files changed https://github.com/QuantStack/git2cpp/pull/82/files
Please reload this pagehttps://github.com/QuantStack/git2cpp/pull/82/checks
Please reload this pagehttps://github.com/QuantStack/git2cpp/pull/82/checks
Bump the actions group with 3 updates https://github.com/QuantStack/git2cpp/pull/82/checks#top
Please reload this pagehttps://github.com/QuantStack/git2cpp/pull/82/checks
Test on: pull_request https://github.com/QuantStack/git2cpp/actions/runs/21158202481
Build and test https://github.com/QuantStack/git2cpp/actions/runs/21158202481/job/60847194718?pr=82
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.