Skip to content

chore(deps): update module github.com/shirou/gopsutil/v4 to v4.26.4#2695

Merged
ocmbot[bot] merged 1 commit into
mainfrom
renovate/github.com-shirou-gopsutil-v4-4.26.x
Jun 1, 2026
Merged

chore(deps): update module github.com/shirou/gopsutil/v4 to v4.26.4#2695
ocmbot[bot] merged 1 commit into
mainfrom
renovate/github.com-shirou-gopsutil-v4-4.26.x

Conversation

@ocmbot

@ocmbot ocmbot Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
github.com/shirou/gopsutil/v4 indirect patch v4.26.3v4.26.4 v4.26.5 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.26.4

Compare Source

What's Changed
cpu
  • [cpu][windows]: fix percpu stats on Windows hosts with multiple processor groups by @​shirou in #​2081
disk
host
load
mem
net
process
New Contributors

Full Changelog: shirou/gopsutil@v4.26.3...v4.26.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday (* * * * 0)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@ocmbot ocmbot Bot requested a review from a team as a code owner May 31, 2026 01:18
@ocmbot ocmbot Bot enabled auto-merge (squash) May 31, 2026 01:18
@netlify

netlify Bot commented May 31, 2026

Copy link
Copy Markdown

Deploy Preview for ocm-website canceled.

Name Link
🔨 Latest commit e801576
🔍 Latest deploy log https://app.netlify.com/projects/ocm-website/deploys/6a1da293114bea00097b4784

@github-actions github-actions Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/s Small labels May 31, 2026
@ocmbot ocmbot Bot force-pushed the renovate/github.com-shirou-gopsutil-v4-4.26.x branch from 1a15fd0 to 5f59ae5 Compare June 1, 2026 06:01

@matthiasbruns matthiasbruns left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog reviewed — no breaking changes, patch/minor bump only.

@ocmbot ocmbot Bot force-pushed the renovate/github.com-shirou-gopsutil-v4-4.26.x branch 17 times, most recently from b5b791d to 4aaf3d0 Compare June 1, 2026 14:59
@ocmbot ocmbot Bot force-pushed the renovate/github.com-shirou-gopsutil-v4-4.26.x branch from 4aaf3d0 to 5038b43 Compare June 1, 2026 15:09
@ocmbot ocmbot Bot force-pushed the renovate/github.com-shirou-gopsutil-v4-4.26.x branch from 5038b43 to e801576 Compare June 1, 2026 15:17
@ocmbot ocmbot Bot merged commit 8dffb93 into main Jun 1, 2026
32 checks passed
@ocmbot ocmbot Bot deleted the renovate/github.com-shirou-gopsutil-v4-4.26.x branch June 1, 2026 15:20
matthiasbruns pushed a commit to matthiasbruns/open-component-model that referenced this pull request Jun 1, 2026
…pen-component-model#2695)

This PR contains the following updates:

| Package | Type | Update | Change | Pending | OpenSSF |
|---|---|---|---|---|---|
|
[github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil)
| indirect | patch | `v4.26.3` → `v4.26.4` | `v4.26.5` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/shirou/gopsutil/badge)](https://securityscorecards.dev/viewer/?uri=github.com/shirou/gopsutil)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](..open-component-model/issues/331) for more information.

---

### Release Notes

<details>
<summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary>

###
[`v4.26.4`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.26.4)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.26.3...v4.26.4)

<!-- Release notes generated using configuration in .github/release.yml
at v4.26.4 -->

##### What's Changed

##### cpu

- \[cpu]\[windows]: fix percpu stats on Windows hosts with multiple
processor groups by [@&#8203;shirou](https://redirect.github.com/shirou)
in [#&#8203;2081](https://redirect.github.com/shirou/gopsutil/pull/2081)

##### disk

- Fix infinite loop when failed to find path for volume on Windows by
[@&#8203;woct0rdho](https://redirect.github.com/woct0rdho) in
[#&#8203;2066](https://redirect.github.com/shirou/gopsutil/pull/2066)

##### host

- host: add testInvoker dependency injection for AIX by
[@&#8203;Dylan-M](https://redirect.github.com/Dylan-M) in
[#&#8203;2040](https://redirect.github.com/shirou/gopsutil/pull/2040)
- Use getconf instead of bootinfo on AIX to get kernel architecture by
[@&#8203;pgimalac](https://redirect.github.com/pgimalac) in
[#&#8203;2079](https://redirect.github.com/shirou/gopsutil/pull/2079)

##### load

- load: fix MiscWithContext process state parsing on AIX nocgo by
[@&#8203;Dylan-M](https://redirect.github.com/Dylan-M) in
[#&#8203;2037](https://redirect.github.com/shirou/gopsutil/pull/2037)

##### mem

- Fix NetBSD mem / net stats by
[@&#8203;fraggerfox](https://redirect.github.com/fraggerfox) in
[#&#8203;2077](https://redirect.github.com/shirou/gopsutil/pull/2077)

##### net

- net: populate BytesSent/BytesRecv via entstat on AIX nocgo by
[@&#8203;Dylan-M](https://redirect.github.com/Dylan-M) in
[#&#8203;2034](https://redirect.github.com/shirou/gopsutil/pull/2034)
- fix: add bounds check for /proc/net/dev fields to prevent panic by
[@&#8203;Yanhu007](https://redirect.github.com/Yanhu007) in
[#&#8203;2075](https://redirect.github.com/shirou/gopsutil/pull/2075)
- net: add parseEntstat and parseNetstatI unit tests with AIX fixtures
by [@&#8203;Dylan-M](https://redirect.github.com/Dylan-M) in
[#&#8203;2073](https://redirect.github.com/shirou/gopsutil/pull/2073)
- Implement net ProtoCounters for AIX by
[@&#8203;pgimalac](https://redirect.github.com/pgimalac) in
[#&#8203;2083](https://redirect.github.com/shirou/gopsutil/pull/2083)

##### process

- fix: add bounds check for /proc/\[pid]/stat fields in fillFromTIDStat
by [@&#8203;Yanhu007](https://redirect.github.com/Yanhu007) in
[#&#8203;2076](https://redirect.github.com/shirou/gopsutil/pull/2076)
- \[process]\[linux]: use TrimSuffix instead of Trim by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;2068](https://redirect.github.com/shirou/gopsutil/pull/2068)

##### New Contributors

- [@&#8203;woct0rdho](https://redirect.github.com/woct0rdho) made their
first contribution in
[#&#8203;2066](https://redirect.github.com/shirou/gopsutil/pull/2066)
- [@&#8203;Yanhu007](https://redirect.github.com/Yanhu007) made their
first contribution in
[#&#8203;2075](https://redirect.github.com/shirou/gopsutil/pull/2075)
- [@&#8203;fraggerfox](https://redirect.github.com/fraggerfox) made
their first contribution in
[#&#8203;2077](https://redirect.github.com/shirou/gopsutil/pull/2077)

**Full Changelog**:
<shirou/gopsutil@v4.26.3...v4.26.4>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - Only on Sunday (`* * * * 0`)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/s Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants