Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot on Github Actions reporting Node 16 deprecation issue #9598

Open
1 task done
broksonic21 opened this issue Apr 24, 2024 · 3 comments
Open
1 task done

Dependabot on Github Actions reporting Node 16 deprecation issue #9598

broksonic21 opened this issue Apr 24, 2024 · 3 comments
Labels
L: git:submodules Git submodules L: github:actions GitHub Actions L: ruby:bundler RubyGems via bundler T: bug 🐞 Something isn't working

Comments

@broksonic21
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

bundler

Package manager version

No response

Language version

ruby

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2
updates:
  - package-ecosystem: "bundler"
    directory: "/"
    schedule:
      interval: "daily"
      time: "08:30"
      timezone: "America/New_York"
    versioning-strategy: increase
    open-pull-requests-limit: 20
    insecure-external-code-execution: deny
    commit-message:
      prefix: chore
      prefix-development: chore
      include: scope
    allow:
      - dependency-type: "all"
    groups:
      monthlybundler:
        patterns:
          - "*"

Updated dependency

No response

What you expected to see, versus what you actually saw

image

Expected to see no warnings

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

you can see this on any of Dependabots own action runs too... i.e. https://github.com/dependabot/dependabot-core/actions/runs/8816857292

@broksonic21 broksonic21 added the T: bug 🐞 Something isn't working label Apr 24, 2024
@github-actions github-actions bot added L: git:submodules Git submodules L: github:actions GitHub Actions L: ruby:bundler RubyGems via bundler labels Apr 24, 2024
@broksonic21
Copy link
Author

for those of using Dependabot on Github Actions: will dependabot still be working after May 13th? is that still the right deadline? https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

@broksonic21
Copy link
Author

if anyone else runs into this, found this in dependabot's action repo: github/dependabot-action#1219

@torokati44
Copy link

I think github/dependabot-action#1104 fixed this (that is, when it gets released).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: git:submodules Git submodules L: github:actions GitHub Actions L: ruby:bundler RubyGems via bundler T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants