Skip to content

build(deps): readline v1.2.2 + CI off deprecated Node 20 actions#80

Merged
maxlandon merged 2 commits into
mainfrom
dev
Jun 1, 2026
Merged

build(deps): readline v1.2.2 + CI off deprecated Node 20 actions#80
maxlandon merged 2 commits into
mainfrom
dev

Conversation

@maxlandon
Copy link
Copy Markdown
Member

Summary

Maintenance bump ahead of the next patch release (v0.3.1).

  • build(deps): bump reeflective/readline v1.2.0 → v1.2.2. Brings async completion refresh & flicker-free rendering, a history-size write fix, a vi-insert down-arrow fix, a completion narrow-terminal panic guard, bracketed-paste \r normalization, a multiline-cursor off-by-one fix, and the unbound skip-csi-sequence command. No console code changes required.
  • ci: bump every first-party GitHub Action to its latest stable major ahead of the Node 20 runtime removal (2026-09-16):
    • actions/checkout v3 → v6
    • actions/setup-go v3 → v6 (now resolves Go from go.mod via go-version-file)
    • codecov/codecov-action v3 → v6 (token + fail_ci_if_error: false)
    • actions/dependency-review-action v2 → v5
    • github/codeql-action/* v2 → v3
    • actions/labeler v4 → v6
    • codacy/codacy-analysis-cli-action left pinned to its commit SHA (Docker action, not Node-based).

Test plan

  • go build ./... and go test ./... pass locally against readline v1.2.2.
  • This PR's own CI run validates the new action majors before they land on main.

🤖 Generated with Claude Code

maxlandon and others added 2 commits June 1, 2026 19:23
Brings async completion refresh & flicker-free rendering, a history-size
write fix, a vi-insert down-arrow fix, a completion narrow-terminal panic
guard, bracketed-paste \r normalization, a multiline-cursor off-by-one fix,
and the unbound skip-csi-sequence command.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bump every first-party action to its latest stable major ahead of the
Node 20 runtime removal (2026-09-16):

  actions/checkout                 v3 -> v6
  actions/setup-go                 v3 -> v6  (now resolves Go from go.mod)
  codecov/codecov-action           v3 -> v6  (token + fail_ci_if_error: false)
  actions/dependency-review-action v2 -> v5
  github/codeql-action/*           v2 -> v3
  actions/labeler                  v4 -> v6

codacy/codacy-analysis-cli-action stays pinned to its commit SHA (a Docker
action, not Node-based).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@maxlandon maxlandon merged commit 7002774 into main Jun 1, 2026
6 checks passed
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.

1 participant