[PR #2066] [MERGED] build(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 #2254

Closed
opened 2026-03-01 21:54:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2066
Author: @dependabot[bot]
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/go-git/go-git/v5-5.10.0


📝 Commits (1)

  • 806ba80 build(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+3 -3)

📄 Description

Bumps github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.9.0...v5.10.0

Commits
  • 72ce996 Merge pull request #869 from zeripath/graph-generation-2
  • 24261e8 Merge pull request #873 from go-git/dependabot/go_modules/golang.org/x/net-0....
  • 3ee0288 build: bump golang.org/x/net from 0.15.0 to 0.17.0
  • 69b88d9 plumbing: commitgraph, Add generation v2 support
  • 623c6df Merge pull request #866 from makkes/better-error-handling
  • 129b709 plumbing: transport/common, Improve handling of remote errors
  • e61537e Merge pull request #867 from pjbgf/commit-checker
  • 1a73661 build: Add github workflow to check commit message format
  • 771a3eb Merge pull request #868 from pjbgf/fix-fuzz
  • 7ef7dc7 Merge pull request #860 from enverbisevac/master
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2066 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-git/go-git/v5-5.10.0` --- ### 📝 Commits (1) - [`806ba80`](https://github.com/nektos/act/commit/806ba80470f587110e04cb778042862ca73987e4) build(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -3) </details> ### 📄 Description Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.9.0 to 5.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's releases</a>.</em></p> <blockquote> <h2>v5.10.0</h2> <h2>What's Changed</h2> <ul> <li>PlainInitOptions.Bare and allow using InitOptions with PlainInitWithOptions by <a href="https://github.com/ThinkChaos"><code>@​ThinkChaos</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/782">go-git/go-git#782</a></li> <li>Worktree, apply ProxyOption on Pull by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/840">go-git/go-git#840</a></li> <li>Repository: add clone --shared feature by <a href="https://github.com/enverbisevac"><code>@​enverbisevac</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/860">go-git/go-git#860</a></li> <li>build: Add github workflow to check commit message format by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/867">go-git/go-git#867</a></li> <li>Improve handling of remote errors by <a href="https://github.com/makkes"><code>@​makkes</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/866">go-git/go-git#866</a></li> <li>build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/873">go-git/go-git#873</a></li> <li>plumbing: commitgraph, Add generation v2 support by <a href="https://github.com/zeripath"><code>@​zeripath</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/869">go-git/go-git#869</a></li> <li>plumbing: protocol/packp, Add validation for decodeLine by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/868">go-git/go-git#868</a></li> <li>plumbing: parse the encoding header of the commit object by <a href="https://github.com/liwenqiu"><code>@​liwenqiu</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/761">go-git/go-git#761</a></li> <li>plumbing: commitgraph, allow SHA256 commit-graphs by <a href="https://github.com/zeripath"><code>@​zeripath</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/853">go-git/go-git#853</a></li> <li>plumbing: commitgraph, Allow reading commit-graph chains by <a href="https://github.com/zeripath"><code>@​zeripath</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/854">go-git/go-git#854</a></li> <li>plumbing/object: Support mergetag in merge commits by <a href="https://github.com/adityasaky"><code>@​adityasaky</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/847">go-git/go-git#847</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/840">go-git/go-git#840</a></li> <li><a href="https://github.com/adityasaky"><code>@​adityasaky</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/847">go-git/go-git#847</a></li> <li><a href="https://github.com/hezhizhen"><code>@​hezhizhen</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/836">go-git/go-git#836</a></li> <li><a href="https://github.com/0x34d"><code>@​0x34d</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/855">go-git/go-git#855</a></li> <li><a href="https://github.com/liwenqiu"><code>@​liwenqiu</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/761">go-git/go-git#761</a></li> <li><a href="https://github.com/enverbisevac"><code>@​enverbisevac</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/860">go-git/go-git#860</a></li> <li><a href="https://github.com/makkes"><code>@​makkes</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/866">go-git/go-git#866</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.9.0...v5.10.0">https://github.com/go-git/go-git/compare/v5.9.0...v5.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-git/commit/72ce9961c676b73c9bdd0678b64af7b0a42253f8"><code>72ce996</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/869">#869</a> from zeripath/graph-generation-2</li> <li><a href="https://github.com/go-git/go-git/commit/24261e8288b2483628d69c751dd310ac79c38b2e"><code>24261e8</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/873">#873</a> from go-git/dependabot/go_modules/golang.org/x/net-0....</li> <li><a href="https://github.com/go-git/go-git/commit/3ee0288b785e6e1070aa88c8fd5387b7afd80902"><code>3ee0288</code></a> build: bump golang.org/x/net from 0.15.0 to 0.17.0</li> <li><a href="https://github.com/go-git/go-git/commit/69b88d9bda44ebfe1d56a7624b956d9e20818c0e"><code>69b88d9</code></a> plumbing: commitgraph, Add generation v2 support</li> <li><a href="https://github.com/go-git/go-git/commit/623c6df4280e22f88f4aabc3c0a8ae2808d33a1b"><code>623c6df</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/866">#866</a> from makkes/better-error-handling</li> <li><a href="https://github.com/go-git/go-git/commit/129b709887b4528ced42c8d74f4c2609800a8942"><code>129b709</code></a> plumbing: transport/common, Improve handling of remote errors</li> <li><a href="https://github.com/go-git/go-git/commit/e61537e80cfa474cb1cfe63f7210e3dcca5248fe"><code>e61537e</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/867">#867</a> from pjbgf/commit-checker</li> <li><a href="https://github.com/go-git/go-git/commit/1a73661645a39169763648825f4964d0794bef26"><code>1a73661</code></a> build: Add github workflow to check commit message format</li> <li><a href="https://github.com/go-git/go-git/commit/771a3eb05b2937496910bc2c2cf4c61ccb5df010"><code>771a3eb</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/868">#868</a> from pjbgf/fix-fuzz</li> <li><a href="https://github.com/go-git/go-git/commit/7ef7dc7e3895a01f7149fff6238bd338ca16949d"><code>7ef7dc7</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/860">#860</a> from enverbisevac/master</li> <li>Additional commits viewable in <a href="https://github.com/go-git/go-git/compare/v5.9.0...v5.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-git/go-git/v5&package-manager=go_modules&previous-version=5.9.0&new-version=5.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2254
No description provided.