Skip to content

chore(deps): update dependency github:cli/cli to v2.94.0#82

Merged
pgmac merged 1 commit into
mainfrom
renovate/github-cli-cli-2.x
Jun 18, 2026
Merged

chore(deps): update dependency github:cli/cli to v2.94.0#82
pgmac merged 1 commit into
mainfrom
renovate/github-cli-cli-2.x

Conversation

@pgmac

@pgmac pgmac commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Update Change Pending
github:cli/cli minor 2.93.0v2.94.0 v2.95.0

Release Notes

cli/cli (github:cli/cli)

v2.94.0: GitHub CLI 2.94.0

Compare Source

Issue types, sub-issues, and relationships in gh issue

issue-view-monas-cafe-with-frame

This release brings GitHub's advanced issue features to gh issue create, edit, view, and list. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:

# Set an issue's type
gh issue create --type Bug
gh issue edit 123 --type Bug

# Organize work with sub-issues
gh issue create --parent 100
gh issue edit 100 --add-sub-issue 123

# Track blocked-by and blocking relationships
gh issue create --blocked-by 200
gh issue edit 123 --add-blocking 300

Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.

Manage discussions with gh discussion

discussion-view-monas-cafe-with-frame

This release introduces the discussion command set for working with GitHub Discussions in gh:

# List discussions
gh discussion list

# View a discussion, its comments, or replies to a comment
gh discussion view 123 --comments

# Create a discussion
gh discussion create

# Edit a discussion
gh discussion edit 123

# Comment on a discussion
gh discussion comment 123

# Reply to a comment using its URL
gh discussion comment <url>

Run gh discussion --help for more information.

[!NOTE]
The discussion command set is in preview and is subject to change without notice.

Equip your agents with new gh features

Teach your agents how to leverage new GitHub CLI features on release day by installing the gh skill:

# Install
gh skill install cli/cli gh --scope user

# Or update
gh skill update gh

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

Full Changelog: cli/cli@v2.93.0...v2.94.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@pgmac pgmac requested a review from a team as a code owner June 18, 2026 18:05
@pgmac

pgmac commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mise.lock

mise ERROR error parsing config file: /tmp/renovate/repos/github/pgmac-net/pg-actions/mise.toml
mise ERROR Config files in /tmp/renovate/repos/github/pgmac-net/pg-actions/mise.toml are not trusted.
Trust them with `mise trust`. See https://mise.en.dev/cli/trust.html for more information.
mise ERROR Version: 2026.6.11 linux-x64 (2026-06-16)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

Command failed: mise lock github:cli/cli
mise ERROR error parsing config file: /tmp/renovate/repos/github/pgmac-net/pg-actions/mise.toml
mise ERROR Config files in /tmp/renovate/repos/github/pgmac-net/pg-actions/mise.toml are not trusted.
Trust them with `mise trust`. See https://mise.en.dev/cli/trust.html for more information.
mise ERROR Version: 2026.6.11 linux-x64 (2026-06-16)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

@github-actions

Copy link
Copy Markdown

SBoM Vulnerability Scan Results

Scan Summary:

  • Total vulnerabilities found: 1
  • Critical: 0
  • High: 1
  • Medium: 0

SBoM Details:

  • Generated from commit: 2c1978e
  • SBoM format: CycloneDX
  • Repository: pgmac-net/pg-actions

View full SARIF report

This comment will be updated on each commit

@pgmac pgmac merged commit a42198f into main Jun 18, 2026
4 of 5 checks passed
@pgmac pgmac deleted the renovate/github-cli-cli-2.x branch June 18, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants